From 96a3f1ee7f0fe440d01d7603e5c3a64d21baceda Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 23:18:02 +0300 Subject: [PATCH] https link --- templates/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 10e6379..44748ff 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2147,8 +2147,9 @@ const startTime = Date.now(); try { - const response = await fetch(`http://192.168.0.109:${BOT_PORT}/send_message`, { - method: 'POST', +// 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', 'X-API-Secret-Token': '{{ g.webhook_secret }}',