diff --git a/whatsapp-gateway/server.js b/whatsapp-gateway/server.js index 83eb417..9433ca5 100644 --- a/whatsapp-gateway/server.js +++ b/whatsapp-gateway/server.js @@ -87,7 +87,7 @@ client.on('disconnected', (reason) => { io.emit('disconnected', reason); }); -const AGENTS_API_URL = process.env.AGENTS_API_URL || 'http://agents-api.ai-agents.svc.cluster.local:8000/webhook'; +const AGENTS_API_URL = process.env.AGENTS_API_URL || 'http://agents-api.agents-runtime.svc.cluster.local:8000/webhook'; // Incoming messages handler client.on('message_create', async msg => {