diff --git a/Resources/config/routing.yml b/Resources/config/routing.yml index f2fd26d..13ad6fe 100644 --- a/Resources/config/routing.yml +++ b/Resources/config/routing.yml @@ -1,9 +1,9 @@ captcha_handler: path: /captcha-handler - defaults: { _controller: CaptchaBundle:CaptchaHandler:index } + defaults: { _controller: Captcha\Bundle\CaptchaBundle\Controller\CaptchaHandlerController::indexAction } methods: [GET] simple_captcha_handler: path: /simple-captcha-handler - defaults: { _controller: CaptchaBundle:SimpleCaptchaHandler:index } + defaults: { _controller: Captcha\Bundle\CaptchaBundle\Controller\SimpleCaptchaHandlerController::indexAction } methods: [GET] \ No newline at end of file