From e85e084b54e1f330d419138ecfa46c379fc539c0 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 12 Apr 2026 21:19:12 +1000 Subject: [PATCH] =?UTF-8?q?ip=20=D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Istochnik_one_kard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Istochnik_one_kard.vue b/src/components/Istochnik_one_kard.vue index 3e3681f..5ce7777 100644 --- a/src/components/Istochnik_one_kard.vue +++ b/src/components/Istochnik_one_kard.vue @@ -68,8 +68,8 @@ const startParsing = async () => { isLoading.value = true; try { - // await axios.post("https://allowlgroup.ru/api/8001/parser_all", { - await axios.post("http://127.0.0.1:8001/parser_all", { + await axios.post("https://allowlgroup.ru/api/8001/parser_all", { + // await axios.post("http://127.0.0.1:8001/parser_all", { url: props.source.url, promt: props.source.promt, });