summaryrefslogtreecommitdiff
path: root/www/scripts/captcha.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/scripts/captcha.js')
-rw-r--r--www/scripts/captcha.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/scripts/captcha.js b/www/scripts/captcha.js
index 38fc11c..3ef5334 100644
--- a/www/scripts/captcha.js
+++ b/www/scripts/captcha.js
@@ -1,7 +1,7 @@
const emailUl = document.getElementById("email-list")
async function emailTurnstileSuccess(token) {
- const response = await fetch("https://backend.altafcreator.com/api/email/", {
+ const response = await fetch("https://altafcreator.com/api/email/", {
method: 'POST',
headers: {
'Content-Type': 'application/json',