modified: app/Http/routes.php
This commit is contained in:
parent
52c964e07e
commit
c17ced607b
@ -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(
|
||||
|
Reference in New Issue
Block a user