This commit is contained in:
Malibu
2015-03-02 12:21:42 +01:00
parent 29e8b82b3f
commit 07a3dd235f
5 changed files with 35 additions and 2 deletions

View File

@ -45,6 +45,7 @@ Route::group(['middleware' => 'auth'], function ()
Route::post('search', 'ReferentController@search');
Route::post('addItemsToList', 'ReferentController@addItemsToList');
Route::post('updateAssoGames', 'ReferentController@updateAssoGames');
Route::get('showPic/{file}', 'ReferentController@getImage');
});
Route::group(['middleware' => 'admin'], function ()