From 09f60e75c90e5734a3b11a0cca944bd42bc41665 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 11 Sep 2013 16:42:03 +0200 Subject: #342 implement export --- appinfo/routes.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'appinfo') 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 */ -- cgit v1.2.3