This commit is contained in:
Logan Cusano
2025-05-26 01:26:52 -04:00
parent 4c5085d98d
commit dab863db89
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ from quart import Blueprint, jsonify, request, abort, current_app
from werkzeug.exceptions import HTTPException
from internal.types import System
from quart_jwt_extended import jwt_required
from router.auth import role_required
from routers.auth import role_required
systems_bp = Blueprint('systems', __name__)