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, 0 insertions, 6 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index f6b05ed01..fd7b6ad20 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -141,12 +141,6 @@ $this->create('news_items', '/items')->get()->action(
}
);
-$this->create('news_items_starred', '/items/starred')->get()->action(
- function($params){
- App::main('ItemController', 'starred', $params, new DIContainer());
- }
-);
-
$this->create('news_items_read', '/items/{itemId}/read')->post()->action(
function($params){
App::main('ItemController', 'read', $params, new DIContainer());