Update AGENTS_API_URL to point to agents-runtime namespace
This commit is contained in:
parent
0d6450ced4
commit
25ecda9cb7
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue