监听所有ip请求

This commit is contained in:
Joshua Yin 2019-01-29 11:26:12 +08:00
parent 097202c9d4
commit 96f1a3595d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
*.DS_Store
node_modules
__pycache__
__pycache__/
*.log
*.pyc
*.bak

View File

@ -52,4 +52,4 @@ def checkRequestParams(data):
if __name__ == '__main__':
app.run(host='localhost', port='8000', debug=True)
app.run(host='0.0.0.0', port='8000', debug=True)