From a96dbff3db5b26cd88aa91c0782eb3978ea4944b Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 29 Jan 2013 14:59:54 +0100 Subject: [PATCH] Explicitly added routes (following removal of auto-routing controllers) --- _config/routes.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_config/routes.yml b/_config/routes.yml index deed433b..c9f88493 100644 --- a/_config/routes.yml +++ b/_config/routes.yml @@ -7,6 +7,11 @@ Director: rules: '': 'RootURLController' '$URLSegment//$Action/$ID/$OtherID': 'ModelAsController' + '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' --- Name: legacycmsroutes After: '#adminroutes'