W n8n route

This commit is contained in:
alma 2025-05-24 08:11:46 +02:00
parent 3f56b98ae5
commit 34fc6abad2

View File

@ -34,6 +34,7 @@ export class N8nService {
volunteers: Array.isArray(data.volunteers) ? data.volunteers : [],
creatorId: data.creatorId,
config: {
...data.config, // Preserve original config
N8N_API_KEY: this.apiKey,
MISSION_API_URL: process.env.NEXT_PUBLIC_API_URL || 'https://api.slm-lab.net/api'
}