https заработал, проверим прямой IP
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-29 23:53:56 +03:00
parent ae3fd8652d
commit ed408e9ba9
+2 -2
View File
@@ -2148,9 +2148,9 @@
try { try {
// Используем внешний URL через reverse proxy // Используем внешний URL через reverse proxy
const response = await fetch(`https://bot.aabpro.ru/testbot/send_message`, { // const response = await fetch(`https://bot.aabpro.ru/testbot/send_message`, {
// const response = await fetch(`http://localhost:${BOT_PORT}/send_message`, { // 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`, {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',