summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',