diff --git a/signup.js b/signup.js index b0e8b18..0749092 100644 --- a/signup.js +++ b/signup.js @@ -15,7 +15,7 @@ function signup() { mailbtn.classList.remove("fa-clock"); mailbtn.classList.add("fa-" + (this.status === 200 ? "check" : "times")); }; - req.open("POST", "https://whserver.dforms.point0.tech/589550963468140574"); + req.open("POST", "https://wh.dforms.net/589550963468140574"); req.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); req.send("email=" + encodeURIComponent(email)); }