Skip to content

Commit

Permalink
✨ feat: 변경된 api 앤드포인트 적용 #73
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeona01 committed Oct 31, 2024
1 parent 51e9646 commit f8e687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const reIssueAuthentication = async (

// 2.9 탈퇴하기
export const withdraw = async () => {
const response = await api.delete('/auth/withdraw');
const response = await api.delete('/auth');
return response.data;
};

Expand Down

0 comments on commit f8e687c

Please sign in to comment.