mirror of
https://github.com/ucloud/ufile-sdk-auth-server.git
synced 2025-04-04 23:06:28 +08:00
监听所有ip请求
This commit is contained in:
parent
097202c9d4
commit
96f1a3595d
2
ufile-auth-server-python/.gitignore
vendored
2
ufile-auth-server-python/.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
*.DS_Store
|
||||
node_modules
|
||||
__pycache__
|
||||
__pycache__/
|
||||
*.log
|
||||
*.pyc
|
||||
*.bak
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user