Skip to content

Commit

Permalink
refactor: (#131) 댓글 삭제 문서 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
woo-chang committed Jul 28, 2023
1 parent 6b2b5f1 commit 8f12c52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public ResponseEntity<Void> createComment(
@ApiResponse(responseCode = "204", description = "게시글 댓글 삭제 성공"),
@ApiResponse(
responseCode = "404",
description = "[존재하지 않는 게시글, 존재하지 않는 댓글]",
description = "존재하지 않는 게시글, 존재하지 않는 댓글",
content = @Content(schema = @Schema(implementation = ExceptionResponse.class))
)
})
Expand Down

0 comments on commit 8f12c52

Please sign in to comment.