SUPPORT-8783: Fix

This commit is contained in:
Eduard Tihomirov 2025-01-24 15:31:58 +03:00
parent 512041d593
commit 66feed1f01

View file

@ -1,4 +1,4 @@
fetch("https://www.sberbank.ru/") fetch("https://lkrp-dev2.micord.ru")
.then((response) => { .then((response) => {
if (!response.ok) { if (!response.ok) {
throw new Error("Server responded with status " + response.status); throw new Error("Server responded with status " + response.status);