dealing-with-react-native icon indicating copy to clipboard operation
dealing-with-react-native copied to clipboard

14.9.2 댓글 조회하기 route config 잘못설정됨

Open velopert opened this issue 2 years ago • 0 comments

기존에 댓글 조회하기 부분에 handler 가 잘못설정되어있었습니다.

{
  "method": "GET",
  "path": "/articles/:articleId/comments",
-  "handler": "article.find",
+  "handler": "comment.find"

velopert avatar Aug 15 '23 16:08 velopert