Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -723,7 +723,7 @@
|
|
723 |
lastWebhookTimestamp = now;
|
724 |
|
725 |
const sendWebhook = (attempt = 1) => {
|
726 |
-
fetch('https://n8n-1r4e.onrender.com/webhook/
|
727 |
method: 'POST',
|
728 |
headers: { 'Content-Type': 'application/json' },
|
729 |
body: JSON.stringify({
|
|
|
723 |
lastWebhookTimestamp = now;
|
724 |
|
725 |
const sendWebhook = (attempt = 1) => {
|
726 |
+
fetch('https://n8n-1r4e.onrender.com/webhook/f118d84e-55db-404d-b239-f3860bc081bc', {
|
727 |
method: 'POST',
|
728 |
headers: { 'Content-Type': 'application/json' },
|
729 |
body: JSON.stringify({
|