redactor
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user