Skip to content

Commit

Permalink
refactor: 회원 탈퇴 uri 컨벤션으로 수정 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
choidongkuen committed Jan 13, 2024
1 parent 3a9c401 commit 65db86d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public InterestQuestionResponse getInterestQuestion(@RequestParam("user-id") Lis
return userService.getInterestQuestionByUserIds(userIds, balance);
}

@DeleteMapping("/withdraw")
@DeleteMapping("/withdraws")
@ResponseStatus(HttpStatus.OK)
public void withdraw() {
userService.withdraw(getCurrentUserId());
Expand Down

0 comments on commit 65db86d

Please sign in to comment.