Skip to content

Commit

Permalink
brand new app script exec
Browse files Browse the repository at this point in the history
  • Loading branch information
eonurk committed Jul 29, 2024
1 parent 6bfee3b commit 712d8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function ContactFormDemo() {
async function onSubmit(data: z.infer<typeof FormSchema>) {
try {
const response = await fetch(
"https://script.google.com/macros/s/AKfycbzxeBsJleJL_ogBwqjfFAnttd4jt4nGLb5rRBUtv5UrJUKytXPRKozMnBldqhhQ74PE/exec",
"https://script.google.com/macros/s/AKfycbxUVRtZlOusMMHw-B076NRY0mapwcWGwgKP_naDoVlEYc_NC2TO6mNEKdYtvNNHNPSwcg/exec",
{
method: "POST",
headers: {
Expand Down

0 comments on commit 712d8b5

Please sign in to comment.