"feat: Enhanced database management with new file_manager utility and refined admin-guest-requests functionality"

This commit is contained in:
2025-05-29 20:13:15 +02:00
parent e5a92fe710
commit 4a46e278f2
5 changed files with 3 additions and 101 deletions

View File

@@ -416,7 +416,8 @@ async function approveRequest(requestId) {
headers: {
'Content-Type': 'application/json',
'X-CSRFToken': csrfToken
}
},
body: JSON.stringify({}) // Leeres JSON-Objekt senden
});
const data = await response.json();