Skip to content

Commit

Permalink
EZP-28962: The OPTIONS REST routes are not loaded anymore (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx authored and Łukasz Serwatka committed Mar 21, 2018
1 parent 2fcdffa commit 71258e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/config/routing.yml
Expand Up @@ -13,7 +13,12 @@ kernel.internal:

kernel.rest:
resource: '@EzPublishRestBundle/Resources/config/routing.yml'
prefix: /api/ezp/v2
prefix: '%ezpublish_rest.path_prefix%'

kernel.rest.options:
resource: '@EzPublishRestBundle/Resources/config/routing.yml'
prefix: '%ezpublish_rest.path_prefix%'
type: rest_options

ezplatform.admin_ui:
resource: '@EzPlatformAdminUiBundle/Resources/config/routing.yml'
Expand Down

0 comments on commit 71258e9

Please sign in to comment.