Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
commit
52cae36ce6
@ -149,4 +149,8 @@ class ReferentController extends Controller {
|
||||
return Response::json($res->toArray());
|
||||
}
|
||||
|
||||
public function addItemsToList() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -41,6 +41,7 @@ Route::group(['middleware' => 'auth'], function ()
|
||||
Route::get('showListOeuvres/{id}', 'ReferentController@showListeOeuvres');
|
||||
Route::post('setListOeuvres', 'ReferentController@setListOeuvres');
|
||||
Route::post('search', 'ReferentController@search');
|
||||
Route::post('addItemsToList', 'ReferentController@addItemsToList');
|
||||
});
|
||||
|
||||
Route::group(['middleware' => 'admin'], function ()
|
||||
|
@ -125,3 +125,9 @@ $('#search_button, #previous, #next').click(function(event) {
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user