get json update

This commit is contained in:
2021-03-22 15:27:08 +01:00
parent e26fa642ea
commit 4f4931f8dd
6 changed files with 5 additions and 6 deletions
@@ -13,7 +13,6 @@ 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' => $dbValue->jsonSerialize()));
//var_dump(headers_list());