빌키 에스크로 추가 api 연ㄱㅕㄹ

This commit is contained in:
focp212@naver.com
2025-09-11 18:04:29 +09:00
parent 48a3bd1ed4
commit 84288188dc
24 changed files with 542 additions and 180 deletions

View File

@@ -154,7 +154,7 @@ export const API_URL = {
// POST: 에스크로 목록 상세 조회
return `${API_BASE_URL}/api/v1/escrows/detail`;
},
escroMailResend: () => {
escrowMailResend: () => {
// POST: 에스크로 메일 재발송
return `${API_BASE_URL}/api/v1/escrows/mail/resend`;
},