Files
connexion/examples/openapi3/helloworld_async/README.rst
Robbe Sneyders 5a0c292b44 Add async app
2022-12-26 20:51:46 +01:00

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.