diff options
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r-- | app/config/routing.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml index 40cc7165..750ed435 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -7,6 +7,16 @@ wallabag_import: | |||
7 | type: annotation | 7 | type: annotation |
8 | prefix: /import | 8 | prefix: /import |
9 | 9 | ||
10 | wallabag_user: | ||
11 | resource: "@WallabagUserBundle/Controller/" | ||
12 | type: annotation | ||
13 | prefix: /users | ||
14 | |||
15 | wallabag_api: | ||
16 | resource: "@WallabagApiBundle/Controller/" | ||
17 | type: annotation | ||
18 | prefix: / | ||
19 | |||
10 | wallabag_api: | 20 | wallabag_api: |
11 | resource: "@WallabagApiBundle/Resources/config/routing.yml" | 21 | resource: "@WallabagApiBundle/Resources/config/routing.yml" |
12 | prefix: / | 22 | prefix: / |