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-04 22:24:42 +01:00
parent 880652df04
commit 652d5dba9a
4 changed files with 42 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::post('removeFromSelection', 'ReferentController@removeFromSelection');
Route::get('getAssoGames/{id}', 'ReferentController@getAssoGames');
Route::get('showPic/{file}', 'ReferentController@getImage');
});