aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CommentBundle/Resources/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CommentBundle/Resources/config')
-rw-r--r--src/Wallabag/CommentBundle/Resources/config/routing.yml0
-rw-r--r--src/Wallabag/CommentBundle/Resources/config/routing_comments.yml4
-rw-r--r--src/Wallabag/CommentBundle/Resources/config/services.yml4
3 files changed, 8 insertions, 0 deletions
diff --git a/src/Wallabag/CommentBundle/Resources/config/routing.yml b/src/Wallabag/CommentBundle/Resources/config/routing.yml
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/src/Wallabag/CommentBundle/Resources/config/routing.yml
diff --git a/src/Wallabag/CommentBundle/Resources/config/routing_comments.yml b/src/Wallabag/CommentBundle/Resources/config/routing_comments.yml
new file mode 100644
index 00000000..1d3893d3
--- /dev/null
+++ b/src/Wallabag/CommentBundle/Resources/config/routing_comments.yml
@@ -0,0 +1,4 @@
1annotations:
2 type: rest
3 resource: "WallabagCommentBundle:WallabagComment"
4 name_prefix: annotations_
diff --git a/src/Wallabag/CommentBundle/Resources/config/services.yml b/src/Wallabag/CommentBundle/Resources/config/services.yml
new file mode 100644
index 00000000..0e7972a4
--- /dev/null
+++ b/src/Wallabag/CommentBundle/Resources/config/services.yml
@@ -0,0 +1,4 @@
1services:
2# wallabag_comment.example:
3# class: Wallabag\CommentBundle\Example
4# arguments: ["@service_id", "plain_value", %parameter%]