mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-10 20:37:50 +00:00
* Add datetime and uuid serialization for AioHttp * Remove ujson dependency * fix merge error * Retry CI * remove bad jsonifier import * remove ujson import
12 lines
197 B
ReStructuredText
12 lines
197 B
ReStructuredText
===================
|
|
Hello World Example
|
|
===================
|
|
|
|
Running:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ ./hello.py
|
|
|
|
Now open your browser and go to http://localhost:9090/v1.0/ui/ to see the Swagger UI.
|