aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/routing.yml
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-31 09:31:18 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-23 10:08:54 +0200
commitbf6c0346d8d35a719dd1bff1cb4d573d422f99ff (patch)
tree04fb80e20ad1cffacb72357a632a9afe2ec058cb /app/config/routing.yml
parentd6d3f4ec3698effd1d4b063e295341791bdcf7d7 (diff)
downloadwallabag-federation.tar.gz
wallabag-federation.tar.zst
wallabag-federation.zip
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r--app/config/routing.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml
index 0bd2d130..f1bbbda9 100644
--- a/app/config/routing.yml
+++ b/app/config/routing.yml
@@ -17,6 +17,11 @@ wallabag_api:
17 type: annotation 17 type: annotation
18 prefix: / 18 prefix: /
19 19
20wallabag_federation:
21 resource: "@WallabagFederationBundle/Controller/"
22 type: annotation
23 prefix: /
24
20app: 25app:
21 resource: "@WallabagCoreBundle/Controller/" 26 resource: "@WallabagCoreBundle/Controller/"
22 type: annotation 27 type: annotation