mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-05 22:26:41 -04:00
📝 Update Uvicorn docs with new --reload option (#74)
This commit is contained in:
committed by
GitHub
parent
c0758dfe71
commit
da60de33c1
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user