back end update
This commit is contained in:
@@ -15,4 +15,6 @@ if (isset($_GET["groupId"])) {
|
||||
header("Access-Control-Allow-Methods: GET");
|
||||
header("Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept");
|
||||
header('Content-Type: application/json;charset=UTF-8');
|
||||
echo json_encode(array('data' => $groups->jsonSerialize()));
|
||||
echo json_encode(array('data' => $groups->jsonSerialize()));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user