From 624616e1824c5201388ec4d731935444556dfa64 Mon Sep 17 00:00:00 2001 From: geonhee-min Date: Tue, 16 Dec 2025 14:24:13 +0900 Subject: [PATCH] =?UTF-8?q?issue=20#=20-=20PasswordReset=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20API=20=EC=9D=B4=EB=A6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scheduler/http/HttpApiUrl.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scheduler/http/HttpApiUrl.ts b/src/scheduler/http/HttpApiUrl.ts index afd1b18..97711f3 100644 --- a/src/scheduler/http/HttpApiUrl.ts +++ b/src/scheduler/http/HttpApiUrl.ts @@ -5,8 +5,8 @@ export const HttpApiUrl = { checkDuplication: '/check-duplication', sendEmailVerificationCode: '/send-email-verification-code', verifyEmailVerificationCode: '/verify-email-verification-code', - sendResetPasswordCode: '/send-reset-password-code', - verifyResetPasswordCode: '/verify-reset-password-code', + sendPasswordResetCode: '/send-password-reset-code', + verifyPasswordResetCode: '/verify-password-reset-code', resetPassword: '/reset-password', signup: '/signup', login: '/login',