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 --- app/config/routing.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'app/config/routing.yml') diff --git a/app/config/routing.yml b/app/config/routing.yml index 60fcb6f4..8e04a0c8 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -10,7 +10,12 @@ doc-api: resource: "@NelmioApiDocBundle/Resources/config/routing.yml" prefix: /api/doc -wallabag_api: - resource: "@WallabagApiBundle/Controller/" - type: annotation - prefix: /api \ No newline at end of file +#wallabag_api: +# resource: "@WallabagApiBundle/Controller/" +# type: annotation +# prefix: /api + +rest : + type : rest + resource : "routing_rest.yml" + prefix : /api \ No newline at end of file -- cgit v1.2.3