summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-05-01 15:43:03 +0800
committeraltaf-creator <dev@altafcreator.com>2026-05-01 15:43:03 +0800
commite2e14e979efce3dd4e5d39cddd618a7bad48ce00 (patch)
tree036f9eb5cde063685c6e61c4ba5e4af6661feb3d /www
parentc0acd00b421322c34b644cfb4b8be19e7a7838fa (diff)
wrong api url
Diffstat (limited to 'www')
-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 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',