Update ia_controller.go

This commit is contained in:
lizandrogd
2025-09-09 11:24:26 -05:00
parent 37b99a95e6
commit 94d206a469
+1 -1
View File
@@ -35,7 +35,7 @@ func GeneraTextoStream(c *fiber.Ctx) error {
return err
}
req, err := http.NewRequest("POST", "https://n8n.srv938473.hstgr.cloud/webhook/c945b974-f534-419b-a6da-4ebd832f8cd9", bytes.NewBuffer(jsonData))
req, err := http.NewRequest("POST", "https://n8n.u-s.app/webhook/c945b974-f534-419b-a6da-4ebd832f8cd9", bytes.NewBuffer(jsonData))
if err != nil {
return err
}