working db and tests
This commit is contained in:
@@ -15,6 +15,9 @@ from .serve_frontend import fe_bp
|
||||
from .api import api_bp
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
app.config.from_object('backend.config.Config')
|
||||
|
||||
app.register_blueprint(api_bp)
|
||||
app.register_blueprint(fe_bp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user