Implement a bunch of stuff

This commit is contained in:
2024-02-03 16:08:26 +01:00
parent e3722e3ef7
commit 15964cf109
15 changed files with 690 additions and 242 deletions

View File

@@ -13,7 +13,7 @@ function runEndpoint($endpoint_file): ?array
function getEndpoint($endpoint_name): string
{
$output = array();
$output["status"] = "fail";
$output["Status"] = "Fail";
global $routerConfig;
global $routerRequest;