new main page

This commit is contained in:
alexandre-pereira
2015-03-10 15:57:41 +01:00
parent 853ee062d9
commit df57f8f539
4 changed files with 132 additions and 75 deletions

View File

@ -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');