Commit 993fab84 authored by haoyanbin's avatar haoyanbin

1

parent 2b249c5a
......@@ -3,5 +3,5 @@ from app import create_app
app = create_app()
if __name__ == '__main__':
# app.run(host='0.0.0.0', port=5080, debug=True)
app.run(port=5080, debug=True)
app.run(host='0.0.0.0', port=5080, debug=True)
# app.run(port=5080, 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