i forgot to remove a testing thing

This commit is contained in:
biglyderv 2025-04-18 13:22:50 -04:00
parent e4973fab0b
commit 937a4f7e26
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -42,7 +42,7 @@ async function main(e) {
if (!input.value) return false; if (!input.value) return false;
let msg = await fetch("https://elem.dervland.net/" /*"/"*/, { let msg = await fetch("/", {
"method": "POST", "method": "POST",
"headers": { "headers": {
"content-type": "application/json", "content-type": "application/json",