ip поменял
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2026-04-12 21:19:12 +10:00
parent 80b1c9fc59
commit e85e084b54

View File

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