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',