Skip to content

Commit f1bd303

Browse files
committed
충돌 해결3
1 parent 29d532a commit f1bd303

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/api/auth.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ export const sendVerificationCode = async (data: SendVerificationRequest): Promi
2929
// 비밀번호 찾기 - 인증번호 발송
3030
export const sendPasswordResetCode = async (data: SendPasswordResetCodeRequest): Promise<SendPasswordResetCodeResponse> => {
3131
try {
32-
<<<<<<< Updated upstream
33-
// 💡 다른 경로들과 일관성을 위해 'api/v1'이 생략된 base URL을 사용한다면 경로를 확인해 보세요.
34-
=======
35-
>>>>>>> Stashed changes
3632
const response = await apiClient.post<SendPasswordResetCodeResponse>('/auth/password/send-code', data);
3733
return response.data;
3834
} catch (error: any) {

0 commit comments

Comments
 (0)