wip: rest api user endpoint

This commit is contained in:
marko
2023-12-24 19:46:49 +01:00
parent 9ab62485a6
commit 38cc02120c
4 changed files with 60 additions and 28 deletions

View File

@@ -21,3 +21,4 @@ header('Access-Control-Allow-Headers: *');
header('Access-Control-Allow-Origin: *');
echo(json_encode($wkSqlResponse));
?>