diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-06-24 14:22:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 14:22:47 +0200 |
commit | 9f8c43e222feb88f18597e42ab0512fda483d46d (patch) | |
tree | 6b2a4ad27428497713eef68ce57d4b58f18507cc /app/config/routing.yml | |
parent | fb5c17a9ab5e10b1de9caa50e73638fdae19cb78 (diff) | |
parent | fdc90ceb172bb7b237e34a1a01f53018c09f514b (diff) | |
download | wallabag-9f8c43e222feb88f18597e42ab0512fda483d46d.tar.gz wallabag-9f8c43e222feb88f18597e42ab0512fda483d46d.tar.zst wallabag-9f8c43e222feb88f18597e42ab0512fda483d46d.zip |
Merge pull request #2172 from wallabag/more-tests
Change the way to login user in tests
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r-- | app/config/routing.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml index 6a6aa6ac..40cc7165 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -4,8 +4,8 @@ wallabag_annotation: | |||
4 | 4 | ||
5 | wallabag_import: | 5 | wallabag_import: |
6 | resource: "@WallabagImportBundle/Controller/" | 6 | resource: "@WallabagImportBundle/Controller/" |
7 | type: annotation | 7 | type: annotation |
8 | prefix: /import | 8 | prefix: /import |
9 | 9 | ||
10 | wallabag_api: | 10 | wallabag_api: |
11 | resource: "@WallabagApiBundle/Resources/config/routing.yml" | 11 | resource: "@WallabagApiBundle/Resources/config/routing.yml" |