hide internal fields

This commit is contained in:
j3d1 2019-12-01 18:37:11 +01:00
parent 8d611a625b
commit f5725cfde7
5 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@
*/
$router->get('/', function () use ($router) {
return json_encode(array(
return response()->json(array(
"framework_version" =>$router->app->version(),
"api_min_version"=>"1.0",
"api_max_version"=>"1.0",