From 9850477a6a48b29342be5506fb2e4e8a2e5b191e Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 23:42:41 +0300 Subject: [PATCH] https again --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 9cdc68e..44748ff 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',