silverstripe-comments/_config/routes.yml
Will Rossiter 6d3597095f FIX: Implement paginated list for RSS feed. Fixes #31.
Includes functional tests for the RSSFeed but currently commented out until that feature lands in the main framework.
2012-07-31 20:45:29 +12:00

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'