diff --git a/api/index.php b/api/index.php index 128c074..a84534f 100644 --- a/api/index.php +++ b/api/index.php @@ -1,10 +1,10 @@ false, @@ -83,7 +85,6 @@ function router_v1_dispatch(array $segments, string $apibasedir): void ]; } - // HTTP-Status aus Ergebnis ableiten (optional) if (isset($result['ok']) && $result['ok'] === false) { if (!http_response_code()) { http_response_code(400);