diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-05-17 13:01:57 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-05-17 13:01:57 +0800 |
| commit | 9e7fe6d8dad56c237adb1905e130c1d723131812 (patch) | |
| tree | dd067e14b3ec5af719d748427bb322320c248879 /www/scripts/captcha.js | |
| parent | d04598ba59d7267ee4db3745ff90eaa1a990072a (diff) | |
big structural change, altafcreator.com no longer served statically, projects now use md, blog is being reworked, videos removed temp
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', |
