From 5d0247159b125bf035285d56c2b9bb58d6bb3029 Mon Sep 17 00:00:00 2001 From: Matthias Nott <mnott@mnsoft.org> Date: Thu, 26 Feb 2026 14:39:34 +0100 Subject: [PATCH] feat: backup download endpoint + skip-backup sync option --- static/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/static/index.html b/static/index.html index 8ef0b80..eefb5d6 100644 --- a/static/index.html +++ b/static/index.html @@ -287,6 +287,6 @@ </div> </div> -<script src="/static/js/app.js?v=13"></script> +<script src="/static/js/app.js?v=15"></script> </body> </html> -- Gitblit v1.3.1