Commit e3d007ed authored by xianyang's avatar xianyang

修改项目端口

parent 1ede6600
......@@ -19,4 +19,4 @@ app.include_router(api_router, prefix="/api") # 路由
if __name__ == '__main__':
uvicorn.run(app=app, host="0.0.0.0", port=8001)
uvicorn.run(app=app, host="0.0.0.0", port=8009)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment