This commit is contained in:
2025-09-10 19:49:14 +08:00
parent dfe21d432d
commit ab19e7a9ba
3 changed files with 13 additions and 20 deletions

View File

@@ -16,5 +16,5 @@ app.include_router(bigscreen_router)
# 主程序入口
if __name__ == "__main__":
# 启动 FastAPI 应用,监听 8100 端口
uvicorn.run(app, host="0.0.0.0", port=8100)
# 启动 FastAPI 应用,监听 8200 端口
uvicorn.run(app, host="0.0.0.0", port=8200)