From 79032a17fb1f458aae723098ddc1a96c28daad05 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 30 May 2014 00:06:49 +0200 Subject: add autopaging --- appinfo/routes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'appinfo/routes.php') diff --git a/appinfo/routes.php b/appinfo/routes.php index 36a3936f6..2358527f9 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -51,6 +51,7 @@ $application->registerRoutes($this, ['routes' => [ ['name' => 'item#new_items', 'url' => '/items/new', 'verb' => 'GET'], ['name' => 'item#readAll', 'url' => '/items/read', 'verb' => 'POST'], ['name' => 'item#read', 'url' => '/items/{itemId}/read', 'verb' => 'POST'], + ['name' => 'item#read_multiple', 'url' => '/items/read/multiple', 'verb' => 'POST'], ['name' => 'item#star', 'url' => '/items/{feedId}/{guidHash}/star', 'verb' => 'POST'], // export -- cgit v1.2.3