Skip to content

Commit

Permalink
change port from other flask service
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed Aug 20, 2024
1 parent 2966cdc commit 1736134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def run_flask(app):
"""Function to run the Flask app on a separate thread."""
app.run(host='0.0.0.0', port=5000)
app.run(host='0.0.0.0', port=5123)

def generate_petname():
"""Generates a pet name in the format 'adjective-animal'."""
Expand Down

0 comments on commit 1736134

Please sign in to comment.