Added http response code

This commit is contained in:
neerholt
2021-03-19 13:25:27 +01:00
parent 409556ca2e
commit 171e0a3765
18 changed files with 103 additions and 112 deletions
+2
View File
@@ -28,5 +28,7 @@ if(isAdmin() && isset($_GET['gameJamId'])){
echo $winningGroups->toJson(JSON_PRETTY_PRINT);
}else{
http_response_code(401);
}