Skip to content

Commit

Permalink
Changed the testing port back to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecks20 committed Jun 11, 2024
1 parent 1a15ce1 commit 13f4198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ def unprocessable_entity(error):

# Running the app (Development)
if __name__ == '__main__':
app.run(host="0.0.0.0",debug=True,port=8080)
app.run(host="0.0.0.0",debug=True,port=80)

0 comments on commit 13f4198

Please sign in to comment.