This commit is contained in:
Malibu
2015-02-25 19:48:34 +01:00
parent ecf963857b
commit 485f0019f0
3 changed files with 5 additions and 1 deletions

View File

@ -11,9 +11,11 @@
|
*/
Route::get('/', 'GameController@index');
Route::get('referents/{id}/games', 'GameController@showReferentGames')->where('id', '^((?!login|referent|admin).)*$');
Route::get('referents/{id}/games/{idGame}', 'GameController@showOneReferentGame');
Route::get('password/reset/{token}', array(
'uses' => 'LoginController@reset',
'as' => 'password.reset'