This commit is contained in:
focp212@naver.com
2025-09-29 16:59:34 +09:00
5 changed files with 80 additions and 53 deletions

View File

@@ -42,6 +42,6 @@ export const API_URL_USER = {
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/user/password`;
},
userChangeCancelPassword: () => {
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/user/cancel/change`;
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/user/cancle/change`;
}
}