We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffa5dc commit 3ad1e6dCopy full SHA for 3ad1e6d
index.html
@@ -489,7 +489,7 @@ <h3 class="result-title">
489
hideMessages();
490
491
// 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', {
+ const response = await fetch('https://ferx096.app.n8n.cloud/webhook-test/generate-html', {
493
method: 'POST',
494
body: formData
495
});
@@ -632,4 +632,4 @@ <h3 class="result-title">
632
}
633
</script>
634
</body>
635
-</html>
+</html>
0 commit comments