From e45707761123c734630818bcd0fd24289d971873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Thu, 20 Dec 2018 14:01:50 +0100 Subject: [PATCH] EZP-29933: Admin UI REST API listener considers 3rd party routes as REST routes (#342) --- app/config/routing.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/config/routing.yml b/app/config/routing.yml index 58f64b44e9..6cb91983b1 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -25,6 +25,10 @@ ezplatform.admin_ui: defaults: siteaccess_group_whitelist: '%admin_group_name%' +ezplatform.admin_ui.rest: + resource: '@EzPlatformAdminUiBundle/Resources/config/routing_rest.yml' + prefix: '%ezpublish_rest.path_prefix%' + _ezplatformRepositoryFormsRoutes: resource: '@EzSystemsRepositoryFormsBundle/Resources/config/routing.yml'