Skip to content

Commit

Permalink
[style #181] 답변 채택 API 네이밍 변경 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudxo authored Jan 12, 2025
1 parent d979d52 commit f1ff7b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public ResponseEntity<PageResponse<AnswerDetailResponse>> getAnswersByQuestionPo
@Operation(summary = "답변 채택 API", description = "질문자가 답변을 채택한다.")
@ApiResponse(useReturnTypeSchema = true)
@PostMapping("/api/question-posts/answers/{answerId}")
public ResponseEntity<AnswerDetailResponse> getAnswersByQuestionPostId(
public ResponseEntity<AnswerDetailResponse> chooseAnswer(
@PathVariable("answerId") Long answerId,
@AuthenticationPrincipal Member member
) {
Expand Down

0 comments on commit f1ff7b3

Please sign in to comment.