This commit is contained in:
alma 2025-05-11 22:20:53 +02:00
parent 7e632a5cf7
commit 6b6fc6d9ab

View File

@ -4,7 +4,7 @@ export class N8nService {
private webhookUrl: string;
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';
}
/**