From 6750ecd20eae6c97d139a813af104d64226aa168 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 19:58:14 +0000 Subject: [PATCH] Update registration webhook URL Update the webhook URL in `src/utils/webhookService.ts` to the new URL provided by the user. --- src/utils/webhookService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/webhookService.ts b/src/utils/webhookService.ts index 9eea547..622b423 100644 --- a/src/utils/webhookService.ts +++ b/src/utils/webhookService.ts @@ -1,6 +1,6 @@ // URL do webhook para notificação de novo cadastro -const WEBHOOK_URL = "https://hook.us1.make.com/spgyc1wpkqmep46qzo1h1v1m246luw13"; +const WEBHOOK_URL = "https://hook.us1.make.com/j6y1odto82tyo38qv3jh4579kkluhsx7"; interface UserData { nome: string;