From 28c37a3cecc702ce7937296aecfe3158802032a2 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 23:39:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D1=8F=D0=BC=D0=BE=D0=B9=20IP=20?= =?UTF-8?q?=D0=BB=D0=B8=D0=BD=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 44748ff..9cdc68e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2147,8 +2147,8 @@ const startTime = Date.now(); try { -// const response = await fetch(`http://192.168.0.109:${BOT_PORT}/send_message`, { - const response = await fetch(`https://bot.aabpro.ru/testbot/send_message`, { + const response = await fetch(`http://192.168.0.109:${BOT_PORT}/send_message`, { +// const response = await fetch(`https://bot.aabpro.ru/testbot/send_message`, { method: 'POST', headers: { 'Content-Type': 'application/json',