"Add emergency backup and update fullcalendar scripts"

This commit is contained in:
2025-05-29 18:52:36 +02:00
parent 83abbf5e4f
commit 63bdd027ae
11 changed files with 250 additions and 7 deletions

View File

@@ -1823,6 +1823,7 @@ def api_admin_system_health():
@app.route("/api/admin/fix-errors", methods=['POST'])
@login_required
@csrf.exempt
def api_admin_fix_errors():
"""API-Endpunkt um automatische Fehler-Reparatur auszuführen."""
if not current_user.is_admin: