fix planner

This commit is contained in:
Mateusz Gruszczyński
2026-06-17 09:02:41 +02:00
parent 99692ef217
commit b98505fd31
65 changed files with 82 additions and 279 deletions
-2
View File
@@ -1,5 +1,4 @@
from __future__ import annotations
from ._shared import *
from ..services import auth
@@ -53,7 +52,6 @@ def backup_create_app():
@bp.post("/backup")
def backup_create():
# Note: Legacy endpoint now creates a profile backup so non-admin users cannot capture other users' settings.
return backup_create_profile()