staging & TODO
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user