This commit is contained in:
薇薇安 2026-01-21 19:37:22 +08:00
parent fe855df566
commit d75293e037

View File

@ -247,4 +247,4 @@ async def health():
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=8001)
uvicorn.run(app, host="0.0.0.0", port=8002)