We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002e1af commit 58633e0Copy full SHA for 58633e0
app/__init__.py
@@ -2,6 +2,10 @@
2
from flask_cors import CORS
3
from . import settings
4
5
+if __name__=='__main__':
6
+ app = create_app()
7
+ app.run(host='0.0.0.0')
8
+
9
def create_app():
10
"""
11
Construct the core application.
0 commit comments