From 57c0a448f5460240708f29bf1a083354ad894689 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 1 Mar 2013 00:55:00 +0100 Subject: Ajout nombre d'articles non lus à l'API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/configuration/routes.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/configuration') diff --git a/app/configuration/routes.php b/app/configuration/routes.php index 2f36daa67..d32dca3ee 100644 --- a/app/configuration/routes.php +++ b/app/configuration/routes.php @@ -50,6 +50,11 @@ return array ( 'controller' => 'api', 'action' => 'getFavorites' ), + array ( + 'route' => '/api/get_nb_not_read', + 'controller' => 'api', + 'action' => 'getNbNotRead' + ), // Entry array ( -- cgit v1.2.3