From 41aa90114e017b9b21dc4bde05e868a13d74e83a Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 2 Aug 2016 11:45:34 +1200 Subject: [PATCH] Remove StaticExporter task route --- _config/routes.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config/routes.yml b/_config/routes.yml index b8f6ab3a..3e6f707f 100644 --- a/_config/routes.yml +++ b/_config/routes.yml @@ -6,7 +6,6 @@ After: '#rootroutes' Director: rules: '': 'RootURLController' - 'StaticExporter//$Action/$ID/$OtherID': 'StaticExporter' 'RemoveOrphanedPagesTask//$Action/$ID/$OtherID': 'RemoveOrphanedPagesTask' 'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask' '$URLSegment//$Action/$ID/$OtherID': 'ModelAsController'