|
@@ -205,7 +205,7 @@ export class VisionGateway
|
|
|
const response = await fetch(N8N_WEBHOOK_URL, {
|
|
const response = await fetch(N8N_WEBHOOK_URL, {
|
|
|
method: 'POST',
|
|
method: 'POST',
|
|
|
headers: { 'Content-Type': 'application/json' },
|
|
headers: { 'Content-Type': 'application/json' },
|
|
|
- body: JSON.stringify([body]),
|
|
|
|
|
|
|
+ body: JSON.stringify(body),
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
const raw = await response.json();
|
|
const raw = await response.json();
|