Skip to content

Commit f529d41

Browse files
committed
test
1 parent d6e49e6 commit f529d41

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

__pycache__/main.cpython-310.pyc

28 Bytes
Binary file not shown.

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# include other API routers as needed
1717

1818
if __name__ == "__main__":
19-
uvicorn.run(app, host="0.0.0.0", port=8000)
19+
uvicorn.run("main:app",port=8000,host='192.168.29.239',reload=True)
2020

0 commit comments

Comments
 (0)