From 937a4f7e26a74915bcf8e7209e899f8fad452516 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Fri, 18 Apr 2025 13:22:50 -0400 Subject: [PATCH] i forgot to remove a testing thing --- static/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.js b/static/index.js index 0643653..61e5d1d 100644 --- a/static/index.js +++ b/static/index.js @@ -42,7 +42,7 @@ async function main(e) { if (!input.value) return false; - let msg = await fetch("https://elem.dervland.net/" /*"/"*/, { + let msg = await fetch("/", { "method": "POST", "headers": { "content-type": "application/json",