Fix typo
This commit is contained in:
parent
67dfbf2e7c
commit
3f0b6ff8c8
|
@ -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"
|
||||
)
|
Loading…
Reference in New Issue