From 50b1faef59262446812166ae83918ecfd8a99192 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 23:15:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D1=8F=D0=BC=D0=BE=D0=B9=20IP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index dd1682c..10e6379 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2147,7 +2147,7 @@ const startTime = Date.now(); try { - const response = await fetch(`http://localhost:${BOT_PORT}/send_message`, { + const response = await fetch(`http://192.168.0.109:${BOT_PORT}/send_message`, { method: 'POST', headers: { 'Content-Type': 'application/json',