f076_api_endpoints_for_renaming_crimes #25

Merged
trachi93 merged 3 commits from f076_api_endpoints_for_renaming_crimes into development 2025-08-05 08:13:27 +02:00
Showing only changes of commit 5b408b096e - Show all commits

View File

@@ -113,7 +113,6 @@
err = true;
if (response.status == 400) {
let json_res = await response.json();
console.log(`Fehler: ${json_res.msg}`);
return;
Outdated
Review

console.log könnte weg.

console.log könnte weg.
}
throw new Error(`Fehlgeschlagen: ${response.status}`);