mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Remove non-cms task
Remove duplicate route
This commit is contained in:
parent
ab60850a28
commit
8de01e2ab0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user