diff --git a/Resources/config/routing/routing.yml b/Resources/config/routing/routing.yml index e074029..e2103cc 100644 --- a/Resources/config/routing/routing.yml +++ b/Resources/config/routing/routing.yml @@ -1,3 +1,3 @@ gregwar_captcha.generate_captcha: - pattern: /generate-captcha/{key} - defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha } \ No newline at end of file + path: /generate-captcha/{key} + defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha }