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:
parent
74ec708d37
commit
6750ecd20e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user