Skip to content

Commit

Permalink
[fix] 미션글 댓글 신고 api url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchoGreenT committed Sep 9, 2024
1 parent 129d3f3 commit 3ac31cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public BaseResponseDto<?> reportMissionPost(
return BaseResponseDto.of(SuccessCode.SUCCESS, null);
}

@PostMapping("/report/comment/{commentId}")
@PostMapping("/report/comment")
public BaseResponseDto<?> reportMissionPostComment(
@AuthenticationPrincipal CustomUser user,
@RequestBody CreateMissionPostCommentReportRequestDto requestDto
Expand Down

0 comments on commit 3ac31cd

Please sign in to comment.