mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Explicitly added routes (following removal of auto-routing controllers)
This commit is contained in:
parent
a7d7975a64
commit
a96dbff3db
@ -7,6 +7,11 @@ Director:
|
|||||||
rules:
|
rules:
|
||||||
'': 'RootURLController'
|
'': 'RootURLController'
|
||||||
'$URLSegment//$Action/$ID/$OtherID': 'ModelAsController'
|
'$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
|
Name: legacycmsroutes
|
||||||
After: '#adminroutes'
|
After: '#adminroutes'
|
||||||
|
Loading…
Reference in New Issue
Block a user