Skip to content

Commit

Permalink
Update port 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinHsu1019 committed Nov 8, 2024
1 parent a1d40c7 commit 2816bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ def swagger_ui():


if __name__ == '__main__':
app.run(host='0.0.0.0', port=5002, threaded=True)
app.run(host='0.0.0.0', port=5000, threaded=True)

0 comments on commit 2816bc5

Please sign in to comment.