Skip to content

Commit

Permalink
Merge pull request #168 from survey-mate/fix/167
Browse files Browse the repository at this point in the history
fix: 회원 탈퇴 postmapping으로 수정 #167
  • Loading branch information
JinhyeokFang authored Feb 18, 2024
2 parents 049c487 + e27541b commit 0e92b5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public ApiResponse<?> updatePassword(
Status.OK.getMessage(), null);
}

@DeleteMapping("/account")
@PostMapping("/account")
@Operation(summary = "회원 탈퇴")
public ApiResponse<?> deleteAccount(
@RequestBody AuthControllerDTO.DeleteAccountRequestDTO requestDTO
Expand Down

0 comments on commit 0e92b5e

Please sign in to comment.