This commit is contained in:
Mateusz Gruszczyński
2025-11-01 23:42:02 +01:00
parent 43be5cdabf
commit c747405ba2

View File

@@ -4,7 +4,7 @@ from utils.haproxy_config import update_haproxy_config, is_frontend_exist, count
main_bp = Blueprint('main', __name__)
@main_bp.route('/', methods=['GET', 'POST'])
@main_bp.route('/', methods=['GET', 'POST'], endpoint='home')
@requires_auth
def index():
if request.method == 'POST':