CaptchaBundle/Resources/config/routing/routing.yml

4 lines
189 B
YAML
Raw Normal View History

gregwar_captcha.generate_captcha:
path: /generate-captcha/{key}
2019-01-23 11:01:56 +01:00
defaults: { _controller: Gregwar\CaptchaBundle\Controller\CaptchaController::generateCaptchaAction }