Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr21001 authored Apr 28, 2025
1 parent b88a782 commit 9ad01f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ def before_first_request():
app.before_request_funcs.setdefault(None, []).append(before_first_request)

if __name__ == "__main__":
app.run(host="0.0.0.0", port=5000, debug=True)
app.run(host="0.0.0.0", port=5000)

0 comments on commit 9ad01f5

Please sign in to comment.