From 4e246aad22a4056864e13a6bf6e0ef96a79f880d Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:16:18 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20anvil.it.com=20=E2=86=92=20inouter.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/domain-register.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain-register.ts b/src/domain-register.ts index 36d4504..3c777ec 100644 --- a/src/domain-register.ts +++ b/src/domain-register.ts @@ -45,7 +45,7 @@ export async function executeDomainRegister( price: number ): Promise { const apiKey = env.NAMECHEAP_API_KEY; - const apiUrl = env.NAMECHEAP_API_URL || 'https://namecheap-api.anvil.it.com'; + const apiUrl = env.NAMECHEAP_API_URL || 'https://namecheap.api.inouter.com'; if (!apiKey) { return { success: false, error: 'API 키가 설정되지 않았습니다.' };