diff -r 4fca650b9b8a -r fac22d8c2df8 server/src/app/Http/Controllers/Api/DocumentController.php --- a/server/src/app/Http/Controllers/Api/DocumentController.php Tue Feb 23 18:52:27 2016 +0100 +++ b/server/src/app/Http/Controllers/Api/DocumentController.php Thu Feb 25 10:20:01 2016 +0100 @@ -30,6 +30,7 @@ if(array_key_exists('data', $res)) { $documents = $res['data']; unset($res['data']); + $res['documents'] = $documents; //$res['documents'] = $this->documentRepository->resolveLexvo($documents); } return response()->json($res);