summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 9acce6661..948a17566 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -124,6 +124,14 @@ $this->create('news_feeds_read', '/feeds/{feedId}/read')->post()->action(
}
);
+$this->create('news_feeds_import_googlereader', '/feeds/import/googlereader')
+->post()->action(
+ function($params){
+ App::main('ItemController', 'importGoogleReader', $params,
+ new DIContainer());
+ }
+);
+
/**
* Items
*/