Skip to content

Commit

Permalink
Update the Register Routes through Sitecore.Mvc.Pipelines.Loader.Init…
Browse files Browse the repository at this point in the history
…ializeRoutes processor (#24)

Update the Register Routes through Sitecore.Mvc.Pipelines.Loader.InitializeRoutes processor to make sure existing custom routes are not affected.
  • Loading branch information
keyan1603 authored Jan 11, 2024
1 parent 0a8a017 commit ef533a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<pipelines>
<initialize>
<processor type="Brightcove.Web.Pipelines.RegisterRoutes, Brightcove.Web"
patch:before="processor[@type='Sitecore.Mvc.Pipelines.Loader.InitializeControllerFactory, Sitecore.Mvc']" />
patch:before="processor[@type='Sitecore.Mvc.Pipelines.Loader.InitializeRoutes, Sitecore.Mvc']" />
<processor patch:after="processor[@type='Sitecore.ExperienceAnalytics.Api.Pipelines.Initialize.WebApiInitializer, Sitecore.ExperienceAnalytics']" type="Brightcove.Web.Pipelines.AnalyticsWebApiInitializer, Brightcove.Web" />
</initialize>
<buckets.dialogSearchFilters>
Expand Down

0 comments on commit ef533a3

Please sign in to comment.