mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
6d3597095f
Includes functional tests for the RSSFeed but currently commented out until that feature lands in the main framework.
9 lines
252 B
YAML
9 lines
252 B
YAML
---
|
|
Name: commentroutes
|
|
After: framework/routes#coreroutes
|
|
---
|
|
Director:
|
|
rules:
|
|
# handle old 2.4 style urls
|
|
'PageComments/$Action/$ID/$OtherID': 'CommentingController'
|
|
'PageComments_Controller/$Action/$ID/$OtherID': 'CommentingController' |