diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-05-17 13:10:15 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-05-17 13:10:15 +0800 |
| commit | ba79525cc20783a7ab2f095e65400786f1850f0f (patch) | |
| tree | c33c8e715b7901d3e5690bd8d65c9e7189f812b0 /www/scripts/captcha.js | |
| parent | dc7700402185f650fd093c4f6456c88bdc1352a2 (diff) | |
change backend url
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 38fc11c..3ef5334 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/api/email/", { + const response = await fetch("https://altafcreator.com/api/email/", { method: 'POST', headers: { 'Content-Type': 'application/json', |
