localhost
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-29 23:44:47 +03:00
parent 9850477a6a
commit 6e3a2fbdf7
+2 -1
View File
@@ -2147,8 +2147,9 @@
const startTime = Date.now(); const startTime = Date.now();
try { try {
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`, {
const response = await fetch(`https://bot.aabpro.ru/testbot/send_message`, { // const response = await fetch(`https://bot.aabpro.ru/testbot/send_message`, {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',