From e2e14e979efce3dd4e5d39cddd618a7bad48ce00 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Fri, 1 May 2026 15:43:03 +0800 Subject: wrong api 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 2a58534..3095155 100644 --- a/www/scripts/captcha.js +++ b/www/scripts/captcha.js @@ -1,5 +1,5 @@ async function onTurnstileSuccess(token) { - const response = await fetch("https://backend.altafcreator.com", { + const response = await fetch("https://backend.altafcreator.com/email", { method: 'POST', headers: { 'Content-Type': 'application/json', -- cgit v1.2.3