Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
@ -12,7 +12,13 @@
|
||||
*/
|
||||
|
||||
|
||||
Route::get('/', 'GameController@index');
|
||||
Route::get('/', 'HomeController@index');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Route::get('referents/{id}/games', 'GameController@showReferentGames')->where('id', '^((?!login|referent|admin).)*$');
|
||||
Route::get('referents/{id}/games/{idGame}', 'GameController@showOneReferentGame');
|
||||
Route::get('searchRef/{reg}', 'GameController@findReferents');
|
||||
|
Reference in New Issue
Block a user