diff -r 30de363937ce -r 16e1473a6a99 server/src/app/Http/routes.php --- a/server/src/app/Http/routes.php Fri Jan 22 17:09:33 2016 +0100 +++ b/server/src/app/Http/routes.php Fri Jan 22 17:43:25 2016 +0100 @@ -35,7 +35,7 @@ | */ -Route::group(['prefix' => 'api/v1'] , function() { +Route::group(['prefix' => 'api/v1', 'middleware' => 'cors'] , function() { Route::resource('documents', 'Api\DocumentController', ['only' => ['index', 'show', 'update']]); Route::resource('viaf', 'Api\ViafController',