add: provide backup archive feature

This commit is contained in:
h z
2025-01-16 14:05:19 +00:00
parent 9e0967c69e
commit e87ec256bb
2 changed files with 69 additions and 1 deletions

4
app.py
View File

@@ -32,7 +32,9 @@ CORS(app, resources={r"/api/*": {"origins": [
r"https?://localhost:\d+",
r"https?://127\.0\.0\.1:\d+",
r"https?://localhost"
]}})
]}},
expose_headers=['Content-Disposition']
)
limiter.init_app(app)