Commit 038b69af authored by haoyanbin's avatar haoyanbin

1

parent 1bf082bd
...@@ -3,4 +3,4 @@ from app import create_app ...@@ -3,4 +3,4 @@ from app import create_app
app = create_app() app = create_app()
if __name__ == '__main__': if __name__ == '__main__':
app.run() app.run(port=5080)
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