summaryrefslogtreecommitdiff
path: root/core/config/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/config/routes.php')
-rw-r--r--core/config/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config/routes.php b/core/config/routes.php
index 4da97654..0e2aa887 100644
--- a/core/config/routes.php
+++ b/core/config/routes.php
@@ -22,6 +22,7 @@
// The problem is that we're routing all requests to /{controllername} to Rest_Controller,
// even requests to controllers that do not implement Rest_Controller.
$config['^welcome$'] = 'welcome';
+$config['^media_rss/feed/(\d+)'] = 'media_rss/feed/$1';
// REST configuration
// Any resource requests (eg: album/1 or comment/3) get dispatched to the REST