diff options
| author | 2013-03-01 00:55:00 +0100 | |
|---|---|---|
| committer | 2013-03-01 00:55:00 +0100 | |
| commit | 57c0a448f5460240708f29bf1a083354ad894689 (patch) | |
| tree | 09edc97637d2214d00fecee1af14a2fd1054b6e8 /app/configuration | |
| parent | 61aa1e2b22b9fb1714f40d413fe6acadf85596e5 (diff) | |
Ajout nombre d'articles non lus à l'API
Diffstat (limited to 'app/configuration')
| -rw-r--r-- | app/configuration/routes.php | 5 |
1 files changed, 5 insertions, 0 deletions
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 ( |
