We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80921ac commit 3849d90Copy full SHA for 3849d90
app.py
@@ -45,4 +45,4 @@ def webhook():
45
46
47
if __name__ == "__main__":
48
- app.run()
+ app.run(host='0.0.0.0')
0 commit comments