n8n
This commit is contained in:
parent
7e632a5cf7
commit
6b6fc6d9ab
@ -4,7 +4,7 @@ export class N8nService {
|
|||||||
private webhookUrl: string;
|
private webhookUrl: string;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.webhookUrl = process.env.N8N_WEBHOOK_URL || 'https://brain.slm-lab.net/webhook-test/mission-created';
|
this.webhookUrl = process.env.N8N_WEBHOOK_URL || 'https://brain.slm-lab.net/webhook/mission-created';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user