From f528d2c3152e35dcfe66b3bf87322decd847d49d Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 10 Feb 2013 13:52:39 +0100 Subject: ajout export au format Uniflux --- app/configuration/routes.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/configuration') diff --git a/app/configuration/routes.php b/app/configuration/routes.php index fa8c29b3f..2f36daa67 100644 --- a/app/configuration/routes.php +++ b/app/configuration/routes.php @@ -44,6 +44,13 @@ return array ( 'action' => 'main' ), + // API + array ( + 'route' => '/api/get_favorites', + 'controller' => 'api', + 'action' => 'getFavorites' + ), + // Entry array ( 'route' => '/articles/marquer.php\?id=([\w\d\-_]{6})&lu=([\d]{1})', -- cgit v1.2.3