Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -65,4 +65,4 @@ async def general_exception_handler(request: Request, exc: Exception):
|
|
65 |
if __name__ == "__main__":
|
66 |
# This block is mainly for local development, uvicorn command is used in Docker
|
67 |
import uvicorn
|
68 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
65 |
if __name__ == "__main__":
|
66 |
# This block is mainly for local development, uvicorn command is used in Docker
|
67 |
import uvicorn
|
68 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|