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 --- src/Wallabag/CoreBundle/Resources/config/routing_rest.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/config/routing_rest.yml (limited to 'src/Wallabag/CoreBundle/Resources/config/routing_rest.yml') diff --git a/src/Wallabag/CoreBundle/Resources/config/routing_rest.yml b/src/Wallabag/CoreBundle/Resources/config/routing_rest.yml new file mode 100644 index 00000000..c876adfb --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/config/routing_rest.yml @@ -0,0 +1,4 @@ +entries: + type: rest + resource: "WallabagCoreBundle:WallabagRest" + name_prefix: api_ \ No newline at end of file -- cgit v1.2.3