Skip to content

Commit 4f38f62

Browse files
committed
feat(backend): add port for run
1 parent 823c53d commit 4f38f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ async def lifespan(app: FastAPI):
2929
app.include_router(api_router, prefix="/api")
3030

3131
if __name__ == "__main__":
32-
uvicorn.run(app="main:app", reload=True)
32+
uvicorn.run(app="main:app", reload=True, port=8080)

0 commit comments

Comments
 (0)