diff --git a/SRC/app/Http/routes.php b/SRC/app/Http/routes.php index e68f8f6..c0a86fe 100755 --- a/SRC/app/Http/routes.php +++ b/SRC/app/Http/routes.php @@ -21,6 +21,8 @@ Route::get('api/searchOeuvres', 'APIController@searchOeuvres'); //API FOR IMAGE RESIZE Route::get('/image/{size}/{url}', 'ImageController@getImage'); +Route::get('/setRecords/{idTrophee}','GameController@setRecords') + // LOGIN RESET Route::get('password/reset/{token}', array(