Skip to content

Commit 3ad1e6d

Browse files
authored
Update index.html
1 parent dffa5dc commit 3ad1e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ <h3 class="result-title">
489489
hideMessages();
490490

491491
// Llamada a n8n - CAMBIAR ESTA URL POR TU URL DE PRODUCCIÓN
492-
const response = await fetch('https://ferx096.app.n8n.cloud/webhook/generate-html', {
492+
const response = await fetch('https://ferx096.app.n8n.cloud/webhook-test/generate-html', {
493493
method: 'POST',
494494
body: formData
495495
});
@@ -632,4 +632,4 @@ <h3 class="result-title">
632632
}
633633
</script>
634634
</body>
635-
</html>
635+
</html>

0 commit comments

Comments
 (0)