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 19:36:23 +01:00
parent 85440932a6
commit 880652df04
4 changed files with 28 additions and 29 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('getAssoGames/{id}', 'ReferentController@getAssoGames');
Route::get('showPic/{file}', 'ReferentController@getImage');
});