Explicitly added routes (following removal of auto-routing controllers)

This commit is contained in:
Ingo Schommer 2013-01-29 14:59:54 +01:00
parent a7d7975a64
commit a96dbff3db

View File

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