Commit d586f44c by 高宇强

gyq

parent 5474342e
......@@ -222,6 +222,6 @@ def DeletefileApi():#删除临时文件
if __name__ == '__main__':
CORS(app, supports_credentials=True)#允许跨域
# app.run(host='0.0.0.0', port=80, debug=True)
app.run(host='127.0.0.1', port=5000, debug=True)
app.run(host='0.0.0.0', port=80, debug=True)
#app.run(host='127.0.0.1', port=5000, debug=True)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment