mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Update webhook
This commit is contained in:
parent
c6e8362200
commit
23a2b0abaa
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export default async (req, res) => {
|
|||
address = personRecord[0]
|
||||
}
|
||||
|
||||
fetch('https://hooks.zapier.com/hooks/catch/507705/o2dbufn/', {
|
||||
fetch(`${process.env.MAIL_MISSION_WEBHOOK}`, {
|
||||
method: 'POST',
|
||||
body: {
|
||||
'test': false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue