This commit is contained in:
Malibu
2015-02-19 15:37:52 +01:00
parent 6c7f24206c
commit d22f90d8ce
7 changed files with 60 additions and 66 deletions

View File

@ -36,6 +36,9 @@ Route::group(['middleware' => 'auth'], function ()
Route::get('referent', 'ReferentController@index');
Route::get('logout', 'LoginController@logout');
Route::post('update', 'ReferentController@update');
Route::post('deleteListeOeuvre', 'ReferentController@deleteListeOeuvre');
Route::post('addListeOeuvre', 'ReferentController@addListeOeuvre');
Route::get('showListOeuvres/{id}', 'ReferentController@showListeOeuvres');
});
Route::group(['middleware' => 'admin'], function ()