This commit is contained in:
fengchuanhn@gmail.com
2026-05-17 23:29:09 +08:00
parent 8a55976d00
commit 33bb5c5c9f
2 changed files with 53 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
import uvicorn
if __name__ == "__main__":
print("开始启动后端")
uvicorn.run(
"app.main:app",
host="0.0.0.0",