From e4788de51ecbf2773a043325965e10eb74b14e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 28 Jan 2015 17:09:27 +0100 Subject: 1st implementation of wallabag api, yeah --- app/config/routing_rest.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/config/routing_rest.yml (limited to 'app/config/routing_rest.yml') diff --git a/app/config/routing_rest.yml b/app/config/routing_rest.yml new file mode 100644 index 00000000..ecddbd36 --- /dev/null +++ b/app/config/routing_rest.yml @@ -0,0 +1,4 @@ +app_api : + type: rest + resource: "WallabagCoreBundle:Api" + name_prefix: api_ \ No newline at end of file -- cgit v1.2.3