new_functions_and_fixes #1

Merged
gru merged 33 commits from new_functions_and_fixes into master 2025-11-03 14:35:20 +01:00
Showing only changes of commit c857258dc6 - Show all commits

2
app.py
View File

@@ -10,7 +10,7 @@ from routes.edit_routes import edit_bp
from utils.stats_utils import fetch_haproxy_stats, parse_haproxy_stats
from auth.auth_middleware import setup_auth
from log_parser import parse_log_file
from utils.haproxy_config import update_haproxy_config, is_frontend_exist, count_frontends_and_backends
from utils.haproxy_config import update_haproxy_config, count_frontends_and_backends
BASE_DIR = os.path.abspath(os.path.dirname(__file__))