Skip to content

Commit

Permalink
Merge pull request #149 from songhee1/feature/#144-discussion
Browse files Browse the repository at this point in the history
Bug: ๋Œ€๋Œ“๊ธ€ ์‚ญ์ œ API delete ์ฟผ๋ฆฌ๊ฐ€ ๋‚˜๊ฐ€์ง€ ์•Š๋Š” ์ด์Šˆ ํ•ด๊ฒฐ(#144)
  • Loading branch information
songhee1 authored Feb 12, 2024
2 parents fbe0286 + b53ad2c commit 46ec080
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ public BaseResponse<String> deleteComment(@PathVariable Long subjectId,
@ApiOperation(value = "ํ† ๋ก  ๋Œ€๋Œ“๊ธ€ ์‚ญ์ œ", notes = "ํšŒ์›์ด ์ž‘์„ฑํ•œ ํ† ๋ก  ์ฃผ์ œ์˜ ๋Œ€๋Œ“๊ธ€์„ ์‚ญ์ œํ•œ๋‹ค.")
@ApiResponse(code = 200, message = "์„ฑ๊ณต์ ์œผ๋กœ ํ† ๋ก  ๋Œ€๋Œ“๊ธ€์„ ์‚ญ์ œํ•˜์˜€์Šต๋‹ˆ๋‹ค.")
@ApiImplicitParams({
@ApiImplicitParam(name = "subjectId", value = "ํ† ๋ก ๊ธ€์˜ id", required = true, paramType = "path"),
@ApiImplicitParam(name = "commentId", value = "ํ† ๋ก  ๋Œ“๊ธ€์˜ id", required = true, paramType = "path"),
@ApiImplicitParam(name = "recommentId", value = "ํ† ๋ก  ๋Œ€๋Œ“๊ธ€์˜ id", required = true, paramType = "path")
})
@DeleteMapping("/recomment/{recommentId}")
Expand Down

0 comments on commit 46ec080

Please sign in to comment.