diff --git a/rest/controllers/api/ia_controller.go b/rest/controllers/api/ia_controller.go index 33dfb3f..3087c4f 100644 --- a/rest/controllers/api/ia_controller.go +++ b/rest/controllers/api/ia_controller.go @@ -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 }