mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
12 lines
204 B
ReStructuredText
12 lines
204 B
ReStructuredText
===================
|
|
Hello World Example
|
|
===================
|
|
|
|
Running:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ uvicorn hello:app
|
|
|
|
Now open your browser and go to http://localhost:9090/v1.0/ui/ to see the Swagger UI.
|