This commit is contained in:
itqop 2024-10-23 02:51:25 +03:00
parent 67dfbf2e7c
commit 3f0b6ff8c8
1 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,5 @@ async def global_exception_handler(request: Request, exc: Exception):
if __name__ == "__main__":
uvicorn.run(
"app.main:app",
host="0.0.0.0",
port=8082,
loop="uvloop"
)