From f8bf8952541b51481a7463c6efc0b2bc9c1edff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 29 Jan 2015 16:56:58 +0100 Subject: routing for API, trying to respect #414 --- .../Controller/WallabagRestController.php | 157 +++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Controller/WallabagRestController.php (limited to 'src/Wallabag/CoreBundle/Controller/WallabagRestController.php') diff --git a/src/Wallabag/CoreBundle/Controller/WallabagRestController.php b/src/Wallabag/CoreBundle/Controller/WallabagRestController.php new file mode 100644 index 00000000..a2a9af38 --- /dev/null +++ b/src/Wallabag/CoreBundle/Controller/WallabagRestController.php @@ -0,0 +1,157 @@ +