Serve on 0.0.0.0

This commit is contained in:
2019-04-21 16:50:19 +08:00
parent 5309dd1da1
commit 2b887da347

2
app.py
View File

@ -22,4 +22,4 @@ def root():
if __name__ == '__main__':
app.run(port=PORT)
app.run('0.0.0.0', port=PORT)