Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Oct 9, 2024
1 parent 6aa6130 commit 826b730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@ async def log_request_data(request, call_next):
uvicorn.run(
"main:app", # This refers to the FastAPI app created earlier
host="0.0.0.0", # Bind to all available interfaces
port=8080, # Port to run the app
port=8000, # Port to run the app
reload=True # Enable auto-reloading for development
)

0 comments on commit 826b730

Please sign in to comment.