fix planner
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user