diff options
| author | 2013-02-10 13:52:39 +0100 | |
|---|---|---|
| committer | 2013-02-10 13:52:39 +0100 | |
| commit | f528d2c3152e35dcfe66b3bf87322decd847d49d (patch) | |
| tree | 3844b2d815829dd6d687e0dc438e4f27e09b3f00 /app/configuration | |
| parent | c22fd80f993e82bdefd7c86fbf33c80bf72b9c49 (diff) | |
ajout export au format Uniflux
Diffstat (limited to 'app/configuration')
| -rw-r--r-- | app/configuration/routes.php | 7 |
1 files changed, 7 insertions, 0 deletions
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})', |
