Skip to content

Commit 9adf355

Browse files
committed
run point to app
1 parent a74d477 commit 9adf355

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

run.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
from flask import Flask
1+
from app import create_app
22

3-
app = Flask(__name__)
4-
5-
@app.route("/")
6-
def index():
7-
return "Ciao mondo!"
3+
app = create_app()

0 commit comments

Comments
 (0)