diff --git a/routes/main_routes.py b/routes/main_routes.py index f2095b8..0185f98 100644 --- a/routes/main_routes.py +++ b/routes/main_routes.py @@ -1,5 +1,5 @@ from flask import Blueprint, render_template, request -from auth.auth_middleware import requires_auth # Updated import +from auth.auth_middleware import requires_auth from utils.haproxy_config import update_haproxy_config, is_frontend_exist, count_frontends_and_backends main_bp = Blueprint('main', __name__)