Skip to content

Commit

Permalink
feat(backend): add port for run
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun committed Dec 3, 2024
1 parent 823c53d commit 4f38f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ async def lifespan(app: FastAPI):
app.include_router(api_router, prefix="/api")

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

0 comments on commit 4f38f62

Please sign in to comment.