mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix JSON responses
This commit is contained in:
@@ -80,7 +80,7 @@ class ConnectionTest implements ControllerProviderInterface
|
||||
, 'is_databox' => $is_databox
|
||||
);
|
||||
|
||||
return $app->json($app['phraseanet.core']['Serializer']->serialize($datas, 'json'));
|
||||
return $app->json($datas);
|
||||
});
|
||||
|
||||
return $controllers;
|
||||
|
Reference in New Issue
Block a user