🎉 Improved Backend Structure & Documentation 🖥️📚

This commit is contained in:
2025-06-01 13:22:28 +02:00
parent 57d19c7df3
commit 928ee3f8d5
31 changed files with 1287 additions and 2661 deletions

View File

@ -650,7 +650,7 @@ document.addEventListener('DOMContentLoaded', function() {
document.getElementById('modal-optimize-db').addEventListener('click', optimizeDatabase);
document.getElementById('modal-create-backup').addEventListener('click', createBackup);
document.getElementById('modal-advanced-settings').addEventListener('click', function() {
window.location.href = '{{ url_for("admin_settings") }}';
window.location.href = '{{ url_for("optimization_settings") }}';
});
});