From 8de01e2ab0043ca17cede908bc98f5bc1277e42f Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 2 Aug 2016 11:44:58 +1200 Subject: [PATCH] Remove non-cms task Remove duplicate route --- _config/routes.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_config/routes.yml b/_config/routes.yml index 76480be0..b8f6ab3a 100644 --- a/_config/routes.yml +++ b/_config/routes.yml @@ -7,10 +7,8 @@ Director: rules: '': 'RootURLController' 'StaticExporter//$Action/$ID/$OtherID': 'StaticExporter' - 'RebuildStaticCacheTask//$Action/$ID/$OtherID': 'RebuildStaticCacheTask' 'RemoveOrphanedPagesTask//$Action/$ID/$OtherID': 'RemoveOrphanedPagesTask' 'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask' - 'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask' '$URLSegment//$Action/$ID/$OtherID': 'ModelAsController' --- Name: legacycmsroutes