This commit is contained in:
Mateusz Gruszczyński
2025-11-01 23:43:12 +01:00
parent c747405ba2
commit 8a91e93b7c
2 changed files with 3 additions and 3 deletions

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'], endpoint='home')
@main_bp.route('/', methods=['GET', 'POST'])
@requires_auth
def index():
if request.method == 'POST':