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, });