From 759e730b102632c8104acfb24e4d4c7c4f23277c Mon Sep 17 00:00:00 2001 From: Yro Boros Date: Sun, 1 Mar 2026 22:37:09 +1000 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=B5=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Stat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Stat.vue b/src/components/Stat.vue index 2a5d273..d03384d 100644 --- a/src/components/Stat.vue +++ b/src/components/Stat.vue @@ -48,7 +48,7 @@ const viewed_b = async () => { }; const download = async () => { try { - const rez = await axios.get("http://127.0.0.1:8001/file_download", { + const rez = await axios.get("http://45.129.78.228:8001/file_download", { params: { path: props.article_date.split(" ")[0], title: props.title,