diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-26 13:59:08 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-26 18:14:42 +0100 |
commit | 4dc872238a61f33c886c423c5812cc578b3b1cdc (patch) | |
tree | 4a9413cca2b24e9290057159eeb3833c20aefddb /app/config/routing.yml | |
parent | 9eab365e28de969036e58245a57a8a6418541b3c (diff) | |
download | wallabag-4dc872238a61f33c886c423c5812cc578b3b1cdc.tar.gz wallabag-4dc872238a61f33c886c423c5812cc578b3b1cdc.tar.zst wallabag-4dc872238a61f33c886c423c5812cc578b3b1cdc.zip |
Rename CommentBundle with AnnotationBundle
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 8fbcb643..6a6aa6ac 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -1,6 +1,6 @@ | |||
1 | wallabag_comment: | 1 | wallabag_annotation: |
2 | type : rest | 2 | type : rest |
3 | resource: "@WallabagCommentBundle/Resources/config/routing_comments.yml" | 3 | resource: "@WallabagAnnotationBundle/Resources/config/routing_annotations.yml" |
4 | 4 | ||
5 | wallabag_import: | 5 | wallabag_import: |
6 | resource: "@WallabagImportBundle/Controller/" | 6 | resource: "@WallabagImportBundle/Controller/" |