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'