changeset 2 | 00e2916104fe |
parent 1 | 01a844d292ac |
child 4 | f55970e41793 |
--- a/server/src/app/Http/routes.php Mon Jun 15 19:30:32 2015 +0200 +++ b/server/src/app/Http/routes.php Tue Jun 23 17:01:39 2015 +0200 @@ -15,7 +15,9 @@ Route::get('home', 'HomeController@index'); +Route::resource('bo/docs', 'Bo\DocumentListController'); + Route::controllers([ - 'auth' => 'Auth\AuthController', - 'password' => 'Auth\PasswordController', + 'auth' => 'Auth\AuthController', + 'password' => 'Auth\PasswordController', ]);