W n8n route
This commit is contained in:
parent
3f56b98ae5
commit
34fc6abad2
@ -34,6 +34,7 @@ export class N8nService {
|
|||||||
volunteers: Array.isArray(data.volunteers) ? data.volunteers : [],
|
volunteers: Array.isArray(data.volunteers) ? data.volunteers : [],
|
||||||
creatorId: data.creatorId,
|
creatorId: data.creatorId,
|
||||||
config: {
|
config: {
|
||||||
|
...data.config, // Preserve original config
|
||||||
N8N_API_KEY: this.apiKey,
|
N8N_API_KEY: this.apiKey,
|
||||||
MISSION_API_URL: process.env.NEXT_PUBLIC_API_URL || 'https://api.slm-lab.net/api'
|
MISSION_API_URL: process.env.NEXT_PUBLIC_API_URL || 'https://api.slm-lab.net/api'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user