Skip to content

Commit

Permalink
EZP-29933: Admin UI REST API listener considers 3rd party routes as R…
Browse files Browse the repository at this point in the history
…EST routes (#342)
  • Loading branch information
ViniTou authored and Łukasz Serwatka committed Dec 20, 2018
1 parent 68d84e9 commit e457077
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/config/routing.yml
Expand Up @@ -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'

Expand Down

0 comments on commit e457077

Please sign in to comment.