05/19 Fix add key issue
This commit is contained in:
@@ -133,6 +133,7 @@ def create_app(config_name: str = 'development') -> Flask:
|
||||
csrf.exempt(folders_bp)
|
||||
csrf.exempt(sharing_bp)
|
||||
csrf.exempt(emergency_bp)
|
||||
csrf.exempt(webauthn_bp)
|
||||
|
||||
# ── Global JSON error handlers ─────────────────────────────────────────────
|
||||
# All /api/* routes must return JSON even on unhandled exceptions.
|
||||
|
||||
Reference in New Issue
Block a user