Remove StaticExporter task route

This commit is contained in:
Damian Mooyman 2016-08-02 11:45:34 +12:00
parent 8de01e2ab0
commit 41aa90114e

View File

@ -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'