Remove non-cms task

Remove duplicate route
This commit is contained in:
Damian Mooyman 2016-08-02 11:44:58 +12:00
parent ab60850a28
commit 8de01e2ab0

View File

@ -7,10 +7,8 @@ Director:
rules: rules:
'': 'RootURLController' '': 'RootURLController'
'StaticExporter//$Action/$ID/$OtherID': 'StaticExporter' 'StaticExporter//$Action/$ID/$OtherID': 'StaticExporter'
'RebuildStaticCacheTask//$Action/$ID/$OtherID': 'RebuildStaticCacheTask'
'RemoveOrphanedPagesTask//$Action/$ID/$OtherID': 'RemoveOrphanedPagesTask' 'RemoveOrphanedPagesTask//$Action/$ID/$OtherID': 'RemoveOrphanedPagesTask'
'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask' 'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask'
'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask'
'$URLSegment//$Action/$ID/$OtherID': 'ModelAsController' '$URLSegment//$Action/$ID/$OtherID': 'ModelAsController'
--- ---
Name: legacycmsroutes Name: legacycmsroutes