diff --git a/src/AppBundle/Controller/AppController.php b/src/AppBundle/Controller/AppController.php index c7e864c..6966881 100644 --- a/src/AppBundle/Controller/AppController.php +++ b/src/AppBundle/Controller/AppController.php @@ -35,6 +35,7 @@ class AppController extends Controller { * * @Route("/", name="cea_index") * @Method("GET") + * @Security("has_role('ROLE_USUARIO')") */ public function indexAction() {