From ba79525cc20783a7ab2f095e65400786f1850f0f Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 17 May 2026 13:10:15 +0800 Subject: change backend url --- www/scripts/captcha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/scripts/captcha.js') 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', -- cgit v1.2.3