Merge pull request #139 from RicoVZ/patch-1
Replaced usage of "pattern" with "path"
This commit is contained in:
commit
e91cb1a3b7
|
@ -1,3 +1,3 @@
|
||||||
gregwar_captcha.generate_captcha:
|
gregwar_captcha.generate_captcha:
|
||||||
pattern: /generate-captcha/{key}
|
path: /generate-captcha/{key}
|
||||||
defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha }
|
defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha }
|
Loading…
Reference in New Issue