Skip to content

Commit

Permalink
add port
Browse files Browse the repository at this point in the history
  • Loading branch information
SukhmeetSingh2002 committed Oct 1, 2023
1 parent 3dbe174 commit 2ee8f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def get_response():
# if app.config['FLASK_ENV'] == 'development':
# app.run(debug=True, host='0.0.0.0')
# else:
app.run(host='0.0.0.0')
app.run(host='0.0.0.0', port=80)

0 comments on commit 2ee8f64

Please sign in to comment.