From 21ff17f993c88a440ffb0a91bf55f1717e13e854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Thu, 4 Jun 2020 14:44:25 +0200 Subject: [PATCH] EZEE-2497: Enabled Ajax Captcha routing file (#140) --- app/config/routing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/config/routing.yml b/app/config/routing.yml index 5a50453496..9ae4c274a0 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -42,6 +42,9 @@ ezplatform.ee.form_builder: defaults: siteaccess_group_whitelist: '%admin_group_name%' +ezplatform.ee.form_builder.form_captcha: + resource: '@EzPlatformFormBuilderBundle/Resources/config/captcha_routing.yml' + _ezplatformRepositoryFormsRoutes: resource: '@EzSystemsRepositoryFormsBundle/Resources/config/routing.yml'