diff --git a/app/main.py b/app/main.py index 8c0c7d6..f8bef04 100644 --- a/app/main.py +++ b/app/main.py @@ -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" ) \ No newline at end of file