all controllers is aok

This commit is contained in:
2021-03-12 14:05:31 +01:00
parent c6e002d464
commit 91e4d3df00
10 changed files with 68 additions and 43 deletions
@@ -19,4 +19,4 @@ if(isset($_GET['gameDataId'])){
header('Content-Type: application/json;charset=UTF-8');
echo $openGameDataStream ->toJson(JSON_PRETTY_PRINT);
echo $openGameDataStream->toJson(JSON_PRETTY_PRINT);