ThisDotE/InnerJoinUs

[Fix] 댓글 조회 url 경로 수정

Closed this issue · 0 comments

👥 InnerJoinUs 프로젝트

⚙️ Fix: 댓글 조회 url 경로 수정

🌝 Purpose

댓글 ID 로 특정 댓글 조회하는 url 경로 수정

🌈 기능 구현 상세 내용

  • FeignClient로 댓글 작성자 포함하여 조회하는 기능을 /reply/{replyId} 경로로 할당
  • 댓글 작성자 조회 미포함 기능을 /reply/without-user-info/{replyId} 경로로 할당
  • Postman 으로 테스트