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 d4a5253 commit 055c2f0Copy full SHA for 055c2f0
index.py
@@ -14,4 +14,4 @@ def handler(environ, start_response):
14
return app(environ, start_response)
15
16
if __name__ == '__main__':
17
- app.run()
+ app.run(host='0.0.0.0')
0 commit comments