Add some more account actions,

Add return types,
Add some stuff
This commit is contained in:
2024-01-31 23:07:12 +01:00
parent 3d22ff555e
commit 8ba1637176
15 changed files with 210 additions and 47 deletions

View File

@@ -10,7 +10,7 @@ function runEndpoint($endpoint_file): ?array
}
function getEndpoint($endpoint_name): false|string
function getEndpoint($endpoint_name): string
{
$output = array();
$output["status"] = "fail";