📝 Update Uvicorn docs with new --reload option (#74)

This commit is contained in:
Sebastián Ramírez
2019-03-09 22:10:25 +04:00
committed by GitHub
parent c0758dfe71
commit da60de33c1
13 changed files with 201 additions and 116 deletions

View File

@@ -75,7 +75,7 @@ Here you need to make sure you use the same path that you used for the `openapi_
Now, run `uvicorn`, if your file is at `main.py`, it would be:
```bash
uvicorn main:app --debug
uvicorn main:app --reload
```
And open the docs at <a href="http://127.0.0.1:8000/docs" target="_blank">http://127.0.0.1:8000/docs</a>.