Skip to content

Commit

Permalink
Update wsgi.py
Browse files Browse the repository at this point in the history
change PORT
  • Loading branch information
alexqzh23 authored May 1, 2024
1 parent eaa7fef commit fa9f9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from service import create_app

PORT = int(os.getenv("PORT", "8000"))
PORT = int(os.getenv("PORT", "8080"))

app = create_app()

Expand Down

0 comments on commit fa9f9ac

Please sign in to comment.