This commit is contained in:
hackrobot
2024-09-14 13:03:18 +08:00
parent 70ae70d20a
commit a1a21ab269
2 changed files with 0 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
import uvicorn
if __name__ == "__main__":
# uvicorn.run("app.main:app", host="0.0.0.0", port=8700, reload=True)
uvicorn.run("app.main:app", host="127.0.0.1", port=8700, reload=True)

1
run.sh
View File

@@ -1 +0,0 @@
python3 run.py