From ef11821f45d71c0021e56c6aeb3c1234836111a5 Mon Sep 17 00:00:00 2001 From: bruno Date: Tue, 6 Feb 2024 16:31:28 +0100 Subject: [PATCH] test --- lib/endpoint.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/endpoint.php b/lib/endpoint.php index 15bfc63..c9c1b30 100644 --- a/lib/endpoint.php +++ b/lib/endpoint.php @@ -28,6 +28,7 @@ function getEndpoint($endpoint_name): string } else{ $output["Error"] = "Not found"; + $output["Endpoint"] = $endpoint_name; http_response_code(404); }