mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Correct routing rule block indentation
This commit is contained in:
parent
f78f1cb254
commit
5ca000d0a5
@ -28,8 +28,8 @@ your own routes since the cms module handles these routes.
|
||||
After: framework/routes#coreroutes
|
||||
---
|
||||
Director:
|
||||
rules:
|
||||
'fastfood/$Action/$ID/$Name': 'FastFood_Controller'
|
||||
rules:
|
||||
'fastfood/$Action/$ID/$Name': 'FastFood_Controller'
|
||||
|
||||
|
||||
Request for `/fastfood/order/24/cheesefries` would result in the following to
|
||||
|
Loading…
Reference in New Issue
Block a user