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 }}',