staging & TODO

This commit is contained in:
2025-04-26 01:57:11 +03:00
parent 7ca23a2ff4
commit c257844fa2
12 changed files with 171 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
window.onload = async () => {
let id = (await (await fetch("/api/captcha/new", {method: "POST"})).json()).id
let id = (await (await fetch("/api/captcha", {method: "POST"})).json()).id
console.log(id);
fetch(`/api/captcha/${id}`).then(response => response.blob())
.then(blob => {