silverstripe-cms/_config/routes.yml
Damian Mooyman 8de01e2ab0 Remove non-cms task
Remove duplicate route
2016-08-02 11:44:58 +12:00

20 lines
502 B
YAML

---
Name: modelascontrollerroutes
Before: '*'
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'
---
Name: legacycmsroutes
After: '#adminroutes'
---
Director:
rules:
'admin/cms': '->admin/pages'