MAJOR: Restructured backend Flask application moved all non-routes into utils, renamed routes to not prefix get, created middleware.py to replace utils.py within blueprints
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from flask import Blueprint
|
||||
from blueprints.utils import admin_required
|
||||
from blueprints.middleware import admin_required
|
||||
|
||||
admin_bp = Blueprint("admin", __name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user