Skip to content

Commit d1ad5bc

Browse files
committed
Configure Azure database connection
1 parent 44a056b commit d1ad5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from flask_sqlalchemy import SQLAlchemy
77
from flask_wtf.csrf import CSRFProtect
88

9-
9+
# This is the main entry point for the application.
1010
app = Flask(__name__, static_folder='static')
1111
csrf = CSRFProtect(app)
1212

0 commit comments

Comments
 (0)