Guest User

Untitled

a guest
Jan 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. router.attach("/posts/{id}/comments", CommentResource.class);
  2. router.attach("/posts/{postId}/comments/{commentId}", CommentResource.class);
Add Comment
Please, Sign In to add comment