Added http response code
This commit is contained in:
@@ -28,5 +28,7 @@ if(isAdmin() && isset($_GET['gameJamId'])){
|
||||
echo $winningGroups->toJson(JSON_PRETTY_PRINT);
|
||||
|
||||
|
||||
}else{
|
||||
http_response_code(401);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user