https link
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-29 23:18:02 +03:00
parent 50b1faef59
commit 96a3f1ee7f
+3 -2
View File
@@ -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 }}',