summaryrefslogtreecommitdiffstats
path: root/appinfo/routes.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-01 23:04:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-01 23:04:08 +0200
commit8c58a415669689b6e9a0bd280575a59073d86945 (patch)
tree85228f4f14aa53a52d756819911070293e319fa4 /appinfo/routes.php
parentb78b3fe215af482828434a41d771e7b84de8801e (diff)
fix updater url
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index b3f42cdef..235b0fb10 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -81,7 +81,7 @@ $application->registerRoutes($this, array('routes' => array(
array('name' => 'feed_api#move', 'url' => '/api/v1-2/feeds/{feedId}/move', 'verb' => 'PUT'), // FIXME: POST would be more correct
array('name' => 'feed_api#rename', 'url' => '/api/v1-2/feeds/{feedId}/rename', 'verb' => 'PUT'), // FIXME: POST would be more correct
array('name' => 'feed_api#read', 'url' => '/api/v1-2/feeds/{feedId}/read', 'verb' => 'PUT'), // FIXME: POST would be more correct
- array('name' => 'feed_api#update', 'url' => '/api/v1-2/update', 'verb' => 'GET'),
+ array('name' => 'feed_api#update', 'url' => '/api/v1-2/feeds/update', 'verb' => 'GET'),
// items
array('name' => 'item_api#index', 'url' => '/api/v1-2/items', 'verb' => 'GET'),