diff options
Diffstat (limited to 'www/scripts/captcha.js')
| -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 abe5070..38fc11c 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/email", { + const response = await fetch("https://backend.altafcreator.com/api/email/", { method: 'POST', headers: { 'Content-Type': 'application/json', |
