This commit is contained in:
2025-12-07 00:48:51 +01:00
parent 9e1dccdd09
commit 14d307da3a
3 changed files with 58 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ async function parseJsonSafe(res) {
}
}
// ... oberer Teil unverändert ...
// ...ss oberer Teil unverändert ...
/** zentraler Fetch-Wrapper: Credentials, no-store, 401→Login */
async function apiFetch(url, init = {}) {