From 94d206a469d904f3ad6f6a74eb790ffacdccd834 Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 9 Sep 2025 11:24:26 -0500 Subject: [PATCH] Update ia_controller.go --- rest/controllers/api/ia_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }