diff options
Diffstat (limited to 'src/web/config/routes.php')
-rw-r--r-- | src/web/config/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/config/routes.php b/src/web/config/routes.php index cb78a72..0b1cc3a 100644 --- a/src/web/config/routes.php +++ b/src/web/config/routes.php @@ -6,5 +6,6 @@ $routes[''] = 'home'; $routes['robots.txt'] = '_meta/robots'; $routes['sitemap.xml'] = '_meta/sitemap'; $routes['manifest.json'] = '_meta/manifest'; +$routes['rss.xml'] = 'blog/rss'; $serviceable = array('bucket'); |