We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74d477 commit 9adf355Copy full SHA for 9adf355
1 file changed
run.py
@@ -1,7 +1,3 @@
1
-from flask import Flask
+from app import create_app
2
3
-app = Flask(__name__)
4
-
5
-@app.route("/")
6
-def index():
7
- return "Ciao mondo!"
+app = create_app()
0 commit comments