Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -729,7 +729,7 @@
|
|
729 |
const chartImage = generateChartImage();
|
730 |
|
731 |
const sendWebhook = (attempt = 1) => {
|
732 |
-
const webhookUrl = 'https://n8n-1r4e.onrender.com/webhook-test/
|
733 |
|
734 |
// Create FormData to send both JSON and files
|
735 |
const formData = new FormData();
|
|
|
729 |
const chartImage = generateChartImage();
|
730 |
|
731 |
const sendWebhook = (attempt = 1) => {
|
732 |
+
const webhookUrl = 'https://n8n-1r4e.onrender.com/webhook-test/2af1157d-c7d7-4e57-86c8-577c5a005f40';
|
733 |
|
734 |
// Create FormData to send both JSON and files
|
735 |
const formData = new FormData();
|