Update registration webhook URL

Update the webhook URL in `src/utils/webhookService.ts` to the new URL provided by the user.
This commit is contained in:
gpt-engineer-app[bot] 2025-05-21 19:58:14 +00:00
parent 74ec708d37
commit 6750ecd20e

View File

@ -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;