diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-05-01 15:43:03 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-05-01 15:43:03 +0800 |
| commit | e2e14e979efce3dd4e5d39cddd618a7bad48ce00 (patch) | |
| tree | 036f9eb5cde063685c6e61c4ba5e4af6661feb3d /www | |
| parent | c0acd00b421322c34b644cfb4b8be19e7a7838fa (diff) | |
wrong api url
Diffstat (limited to 'www')
| -rw-r--r-- | www/scripts/captcha.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', |
