From ef533a3473b0a6c0357c9c831e286cc11d3f1623 Mon Sep 17 00:00:00 2001 From: keyan1603 <88437359+keyan1603@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:14:11 +0000 Subject: [PATCH] Update the Register Routes through Sitecore.Mvc.Pipelines.Loader.InitializeRoutes processor (#24) Update the Register Routes through Sitecore.Mvc.Pipelines.Loader.InitializeRoutes processor to make sure existing custom routes are not affected. --- .../App_Config/Include/Brightcove/Brightcove.Settings.CM.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Brightcove.Web/App_Config/Include/Brightcove/Brightcove.Settings.CM.config b/Brightcove.Web/App_Config/Include/Brightcove/Brightcove.Settings.CM.config index 552f55c..a47f882 100644 --- a/Brightcove.Web/App_Config/Include/Brightcove/Brightcove.Settings.CM.config +++ b/Brightcove.Web/App_Config/Include/Brightcove/Brightcove.Settings.CM.config @@ -19,7 +19,7 @@ + patch:before="processor[@type='Sitecore.Mvc.Pipelines.Loader.InitializeRoutes, Sitecore.Mvc']" />