Merge branch 'remastering' of https://git.steelants.cz/SImple-Home/PHP_SMART_HOME_V3 into remastering
This commit is contained in:
commit
135338041a
@ -31,6 +31,6 @@ class ApiController {
|
|||||||
|
|
||||||
protected function response($data = [], $httpCode = '200'){
|
protected function response($data = [], $httpCode = '200'){
|
||||||
http_response_code($httpCode);
|
http_response_code($httpCode);
|
||||||
echo json_encode($data);
|
echo json_encode($data, JSON_UNESCAPED_UNICODE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user