Compare commits
2 Commits
0e35531ec7
...
99f870808b
| Author | SHA1 | Date |
|---|---|---|
|
|
99f870808b | |
|
|
261473c60c |
|
|
@ -66,7 +66,7 @@ export const POST: APIRoute = async ({ request }) => {
|
|||
}
|
||||
const emailApiKey = import.meta.env.EMAIL_API_KEY;
|
||||
|
||||
const emailResponse = await fetch("http://155.138.215.11:3050/email/send", {
|
||||
const emailResponse = await fetch("https://flows2.carpa.com/webhook/email/send", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
|
@ -78,6 +78,7 @@ export const POST: APIRoute = async ({ request }) => {
|
|||
nombre,
|
||||
email,
|
||||
mensaje,
|
||||
senderName : "Centro del Reino de Paz y Justicia",
|
||||
},
|
||||
}),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue