From: Nicolas LÅ“uillet Date: Fri, 28 Oct 2016 13:24:58 +0000 (+0200) Subject: Removed useless route X-Git-Tag: 2.1.3~15^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=bc4564a709ccae949999af77aa456287a72f1591 Removed useless route --- diff --git a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml index 901cf449..c1af9e02 100644 --- a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml +++ b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml @@ -1,8 +1,3 @@ -api: - type: rest - resource: "WallabagApiBundle:WallabagRest" - name_prefix: api_ - entries: type: rest resource: "WallabagApiBundle:EntryRest"