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 d6e49e6 commit f529d41Copy full SHA for f529d41
__pycache__/main.cpython-310.pyc
28 Bytes
main.py
@@ -16,5 +16,5 @@
16
# include other API routers as needed
17
18
if __name__ == "__main__":
19
- uvicorn.run(app, host="0.0.0.0", port=8000)
+ uvicorn.run("main:app",port=8000,host='192.168.29.239',reload=True)
20
0 commit comments