Skip to content

Commit

Permalink
Use default bind
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Mar 8, 2024
1 parent c3f13cb commit d0b72df
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 @@ -60,4 +60,4 @@ def handle_github_webhook() -> tuple[str, int]:
# Used for dev mode
app.logger.addHandler(logging.StreamHandler(sys.stdout))
app.logger.setLevel(logging.DEBUG)
app.run(host="0.0.0.0", port=3000)
app.run()

0 comments on commit d0b72df

Please sign in to comment.