chore: anvil.it.com → inouter.com
Some checks failed
TypeScript CI / build (push) Has been cancelled
Some checks failed
TypeScript CI / build (push) Has been cancelled
This commit is contained in:
@@ -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 키가 설정되지 않았습니다.' };
|
||||
|
||||
Reference in New Issue
Block a user