n8n int cleaning
This commit is contained in:
parent
88b35ad698
commit
a3dd163065
@ -6,8 +6,8 @@ export class N8nService {
|
||||
|
||||
constructor() {
|
||||
// Use consistent webhook URLs without -test suffix
|
||||
this.webhookUrl = process.env.N8N_WEBHOOK_URL || 'https://brain.slm-lab.net/webhook/mission-created';
|
||||
this.rollbackWebhookUrl = process.env.N8N_ROLLBACK_WEBHOOK_URL || 'https://brain.slm-lab.net/webhook/mission-rollback';
|
||||
this.webhookUrl = process.env.N8N_WEBHOOK_URL || 'https://brain.slm-lab.net/webhook-test/mission-created';
|
||||
this.rollbackWebhookUrl = process.env.N8N_ROLLBACK_WEBHOOK_URL || 'https://brain.slm-lab.net/webhook-test/mission-rollback';
|
||||
}
|
||||
|
||||
async triggerMissionCreation(data: any): Promise<any> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user