Skip to content

Commit

Permalink
add run command for examples/falcon_asgi_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PWZER committed Sep 8, 2021
1 parent 849b55a commit f54f05a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/falcon_asgi_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ def create_app():
from swagger_ui import api_doc
api_doc(app, config_path=config_path, url_prefix='/api/doc')
return app


# Run command: uvicorn --factory falcon_asgi_test:create_app --port 8989

0 comments on commit f54f05a

Please sign in to comment.