Skip to content

Commit

Permalink
Merge pull request #130 from softeerbootcamp4th/feature/#116-admin-lo…
Browse files Browse the repository at this point in the history
…ttery-event-delete-expectation

fix: url 오타 실수 수정
  • Loading branch information
wjddn2165 authored Aug 14, 2024
2 parents 0e4e6c0 + 8c69c0d commit 7839918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public ResponseEntity<List<LotteryEventExpectationResponseDto>> getLotteryEventE
}

// 추첨 이벤트 특정 기대평을 삭제
@PatchMapping("/event/lottery/expecations/{casperId}")
@PatchMapping("/event/lottery/expectations/{casperId}")
public ResponseEntity<Void> deleteLotteryEventExpectation(@PathVariable("casperId") Long casperId) {
adminService.deleteLotteryEventExpectation(casperId);

Expand Down

0 comments on commit 7839918

Please sign in to comment.