We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d072e commit 8128a11Copy full SHA for 8128a11
README.md
@@ -36,7 +36,7 @@ $ fastapi dev main.py
36
FastAPI Starting development server 🚀
37
38
Searching for package file structure from directories with __init__.py files
39
- Importing from /home/user/code/fastapi-cli
+ Importing from /home/user/code/awesomeapp
40
41
module 🐍 main.py
42
@@ -53,7 +53,7 @@ $ fastapi dev main.py
53
54
Logs:
55
56
- INFO Will watch for changes in these directories: ['/home/user/code/fastapi-cli']
+ INFO Will watch for changes in these directories: ['/home/user/code/awesomeapp']
57
INFO Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
58
INFO Started reloader process [4106097] using WatchFiles
59
INFO Started server process [4106120]
0 commit comments