summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 617b63c53..90c5f2378 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -196,6 +196,12 @@ $this->create('news_export_opml', '/export/opml')->get()->action(
}
);
+$this->create('news_export_articles', '/export/articles')->get()->action(
+ function($params){
+ App::main('ExportController', 'articles', $params, new DIContainer());
+ }
+);
+
/**
* User Settings
*/