From ed408e9ba997dc545e1800423ef8a801a9f469c2 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 23:53:56 +0300 Subject: [PATCH] =?UTF-8?q?https=20=D0=B7=D0=B0=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=B0=D0=BB,=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=B8=D0=BC=20=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index b685d5a..da86957 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2148,9 +2148,9 @@ try { // Используем внешний URL через reverse proxy - const response = await fetch(`https://bot.aabpro.ru/testbot/send_message`, { +// const response = await fetch(`https://bot.aabpro.ru/testbot/send_message`, { // const response = await fetch(`http://localhost:${BOT_PORT}/send_message`, { -// const response = await fetch(`http://192.168.0.109:${BOT_PORT}/send_message`, { + const response = await fetch(`http://192.168.0.109:${BOT_PORT}/send_message`, { method: 'POST', headers: { 'Content-Type': 'application/json',