This commit is contained in:
jeremygan2021
2026-01-06 17:27:25 +08:00
parent 9ed51276a5
commit fecd0f322c
4 changed files with 11 additions and 10 deletions

View File

@@ -327,4 +327,4 @@ async def add_user_api(user_data: AddUserRequest):
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=8000)
uvicorn.run(app, host="0.0.0.0", port=8800)