This commit is contained in:
biglyderv 2025-04-01 18:18:44 -04:00
parent 353bd175b0
commit cde8ef476c
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -7,7 +7,7 @@ async function main(e) {
e.preventDefault();
if (!input.value) return;
let msg = await fetch("http://localhost:3007/", {
let msg = await fetch("/", {
"method": "POST",
"headers": {
"content-type": "application/json",