Skip to content

Commit

Permalink
Merge pull request #169 from survey-mate/develop
Browse files Browse the repository at this point in the history
수정 사항 배포
  • Loading branch information
JinhyeokFang authored Feb 18, 2024
2 parents 9af20b0 + 0e92b5e commit 0bec7ce
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 0bec7ce

Please sign in to comment.