From d9f818e3adcf95194598b3f476f4f427b8fc3ff6 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Sun, 8 Oct 2023 14:34:09 -0500 Subject: [PATCH] new webhook Signed-off-by: Lee Calcote --- site/src/components/SignupForm/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/SignupForm/index.js b/site/src/components/SignupForm/index.js index cf81b50..c439f7e 100644 --- a/site/src/components/SignupForm/index.js +++ b/site/src/components/SignupForm/index.js @@ -52,7 +52,7 @@ const SignupForm = ({ onSubmit }) => { if (formSubmitted) { onSubmit(); - axios.post("https://hook.us1.make.com/x4crqi16j8wfhctosk8y47fj6gknyvvh", { + axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", { memberFormOne });