modified: SRC/app/Http/Controllers/ReferentController.php

modified:   SRC/app/Http/routes.php
	modified:   SRC/public/js/ListeOeuvre.js
	modified:   SRC/resources/views/referent.blade.php
This commit is contained in:
Malibu
2015-03-09 18:36:03 +01:00
parent 7290e0696f
commit 26a0828f26
4 changed files with 48 additions and 6 deletions

View File

@ -47,7 +47,7 @@ Route::group(['middleware' => 'auth'], function ()
Route::post('updateAssoGames', 'ReferentController@updateAssoGames');
Route::post('removeFromSelection', 'ReferentController@removeFromSelection');
Route::get('getAssoGames/{id}', 'ReferentController@getAssoGames');
Route::get('showPic/{file}', 'ReferentController@getImage');
Route::post('updateSessionState', 'ReferentController@updateSessionState');
});
Route::group(['middleware' => 'admin'], function ()