Skip to content

Commit

Permalink
[fix] 회원 탈퇴 api 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
elive7 committed Jul 15, 2024
1 parent 3138d9c commit 276de1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public ResponseEntity<Void> signOut(
}

@Override
@DeleteMapping
@DeleteMapping("/delete")
public ResponseEntity<Void> delete(
@UserId Long userId
) {
Expand Down

0 comments on commit 276de1b

Please sign in to comment.