We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823c53d commit 4f38f62Copy full SHA for 4f38f62
backend/main.py
@@ -29,4 +29,4 @@ async def lifespan(app: FastAPI):
29
app.include_router(api_router, prefix="/api")
30
31
if __name__ == "__main__":
32
- uvicorn.run(app="main:app", reload=True)
+ uvicorn.run(app="main:app", reload=True, port=8080)
0 commit comments