dealing-with-react-native
dealing-with-react-native copied to clipboard
14.9.2 댓글 조회하기 route config 잘못설정됨
기존에 댓글 조회하기 부분에 handler 가 잘못설정되어있었습니다.
{
"method": "GET",
"path": "/articles/:articleId/comments",
- "handler": "article.find",
+ "handler": "comment.find"