This commit is contained in:
Malibu
2015-03-20 18:54:50 +01:00
parent b304722c61
commit c0f36287c3
2 changed files with 88 additions and 23 deletions

View File

@ -21,7 +21,7 @@ Route::get('api/searchOeuvres', 'APIController@searchOeuvres');
//API FOR IMAGE RESIZE
Route::get('/image/{size}/{url}', 'ImageController@getImage');
Route::get('/setRecords/{idTrophee}','GameController@setRecords')
Route::get('/setRecords/{idTrophee}','GameController@setRecords');
// LOGIN RESET