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",