diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-08 13:31:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-08 13:31:54 +0200 |
commit | 93a95c09bf7ab389de623f6cda01dfc295aa6b74 (patch) | |
tree | dfd6ab58fb234b2cc795eca7f3f5951cd4e2aea2 /app/config/routing.yml | |
parent | 4ad6f5878a7e7ab6359151b049fb49b9dd2c78ec (diff) | |
parent | ee32248f43baef7e995c9e420cd00a137e626cf0 (diff) | |
download | wallabag-93a95c09bf7ab389de623f6cda01dfc295aa6b74.tar.gz wallabag-93a95c09bf7ab389de623f6cda01dfc295aa6b74.tar.zst wallabag-93a95c09bf7ab389de623f6cda01dfc295aa6b74.zip |
Merge pull request #2351 from wallabag/fix-api-client-deletion
Changed relation between API client and refresh token
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r-- | app/config/routing.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml index 2be74d7f..750ed435 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -13,6 +13,11 @@ wallabag_user: | |||
13 | prefix: /users | 13 | prefix: /users |
14 | 14 | ||
15 | wallabag_api: | 15 | wallabag_api: |
16 | resource: "@WallabagApiBundle/Controller/" | ||
17 | type: annotation | ||
18 | prefix: / | ||
19 | |||
20 | wallabag_api: | ||
16 | resource: "@WallabagApiBundle/Resources/config/routing.yml" | 21 | resource: "@WallabagApiBundle/Resources/config/routing.yml" |
17 | prefix: / | 22 | prefix: / |
18 | 23 | ||