209 похожих чатов

Async createBunnyZone(domain: string): Promise<CreateBunnyZoneResponseDTO> { try {

const response = await this.bunnyApiInstance.post('/dnszone', { domain });
if (response.status === HttpStatus.CREATED) return response.data;
} catch (error) {
console.warn(`Error in createBunnyZone: ${error.message}`);
throw new BadRequestException(error.response.data);
}
}

если запрос вернет 400, занесет в кетч блок же, нет?

1 ответов

27 просмотров

хмм пробывал сам ?

Похожие вопросы

Обсуждают сегодня

Карта сайта