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
|
price: number
|
||||||
): Promise<RegisterResult> {
|
): Promise<RegisterResult> {
|
||||||
const apiKey = env.NAMECHEAP_API_KEY;
|
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) {
|
if (!apiKey) {
|
||||||
return { success: false, error: 'API 키가 설정되지 않았습니다.' };
|
return { success: false, error: 'API 키가 설정되지 않았습니다.' };
|
||||||
|
|||||||
Reference in New Issue
Block a user