This commit is contained in:
Bruno Rybársky 2024-02-06 16:31:28 +01:00
parent cfe1cc196c
commit ef11821f45

@ -28,6 +28,7 @@ function getEndpoint($endpoint_name): string
}
else{
$output["Error"] = "Not found";
$output["Endpoint"] = $endpoint_name;
http_response_code(404);
}