diff --git a/templates/index.html b/templates/index.html index dd1682c..10e6379 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2147,7 +2147,7 @@ const startTime = Date.now(); try { - const response = await fetch(`http://localhost:${BOT_PORT}/send_message`, { + const response = await fetch(`http://192.168.0.109:${BOT_PORT}/send_message`, { method: 'POST', headers: { 'Content-Type': 'application/json',