Skip to content

Commit

Permalink
🤦 Don't run debug server on production !!
Browse files Browse the repository at this point in the history
  • Loading branch information
CheapNightbot committed Sep 2, 2024
1 parent 94d616b commit 0a9378a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,4 @@ def docs():


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

0 comments on commit 0a9378a

Please sign in to comment.