[update]: Eligibility check request
This commit is contained in:
+1
-4
@@ -7,10 +7,7 @@ from app.api.routes import api
|
||||
from app.errors import register_error_handlers
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_migrate import Migrate
|
||||
|
||||
|
||||
db = SQLAlchemy()
|
||||
migrate = Migrate()
|
||||
from app.extensions import db, migrate
|
||||
|
||||
def create_app():
|
||||
""" Factory function to create a Flask app instance """
|
||||
|
||||
Reference in New Issue
Block a user