Skip to content

Commit

Permalink
changed form submission adress
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienLavanchy committed Sep 26, 2024
1 parent fe7cd3f commit f14a251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function sendData(name, subject, message) {
formData.append("message", message);

try {
const response = await fetch("https://formspree.io/f/xgvwjjav", {
await fetch("https://usebasin.com/f/75000cad16f9", {
method: "POST",
body: formData,
});
Expand Down

0 comments on commit f14a251

Please sign in to comment.