From c747405ba217b05212f2dbb076baf39857ae01b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 1 Nov 2025 23:42:02 +0100 Subject: [PATCH] revert --- routes/main_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/main_routes.py b/routes/main_routes.py index f2095b8..3765c0c 100644 --- a/routes/main_routes.py +++ b/routes/main_routes.py @@ -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':