Commit b66fa1e2 by 蒋勇

d

parent eda1c933
...@@ -712,5 +712,5 @@ def report(): ...@@ -712,5 +712,5 @@ def report():
return jsonify(result) return jsonify(result)
server.run(host='127.0.0.1', port=80, debug=True) server.run(host='0.0.0.0', port=80, 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