Skip to content

Commit

Permalink
hotfix: 울트라맨육기준님의 요구사항을 적용하였습니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 23, 2024
1 parent 316a16b commit c975d4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void updateFeedback(@PathVariable String feedbackId, @RequestBody UpdateF
}

@OnlyTeacher
@DeleteMapping
@PutMapping
public void deleteFeedback(@RequestBody IdRequest request) {
deleteFeedbackUseCase.deleteFeedback(request.id());
}
Expand Down

0 comments on commit c975d4f

Please sign in to comment.