Skip to content

Commit

Permalink
chore: 회원 탈퇴 Api를 POST로 변경한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Nov 8, 2024
1 parent 81d521e commit c6f3a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public ResponseEntity<Tokens> signIn(@RequestBody LoginRequest loginRequest) {
}

@Operation(summary = "회원 탈퇴")
@DeleteMapping("/withdraw")
@PostMapping("/withdraw")
public ResponseEntity<Long> withdraw(
@AuthenticationPrincipal JwtAuthentication user,
@RequestBody DeleteUserRequest deleteUserRequest
Expand Down

0 comments on commit c6f3a5a

Please sign in to comment.