CaptchaBundle/Resources/config/routing/routing.yml

4 lines
160 B
YAML
Raw Normal View History

gregwar_captcha.generate_captcha:
path: /generate-captcha/{key}
defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha }