updated code
This commit is contained in:
@@ -94,7 +94,7 @@ def create_app():
|
||||
# ---------------------------
|
||||
try:
|
||||
from app.routes.main import main as main_bp
|
||||
from app.routes.reports import reports as reports_bp
|
||||
from app.Controllers.reports import reports as reports_bp
|
||||
app.register_blueprint(main_bp)
|
||||
app.register_blueprint(reports_bp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user