chore: anvil.it.com → inouter.com
Some checks failed
TypeScript CI / build (push) Has been cancelled

This commit is contained in:
2026-03-27 16:16:18 +00:00
parent b418de1550
commit 4e246aad22

View File

@@ -45,7 +45,7 @@ export async function executeDomainRegister(
price: number
): Promise<RegisterResult> {
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 키가 설정되지 않았습니다.' };