diff --git a/web/src/main.tsx b/web/src/main.tsx index d6dc0b7..6ab690b 100644 --- a/web/src/main.tsx +++ b/web/src/main.tsx @@ -25,7 +25,7 @@ styleTags.textContent = ` ` document.head.appendChild(styleTags) -fetch("/_gomuks/auth", { method: "POST" }).then(resp => { +fetch("_gomuks/auth", { method: "POST" }).then(resp => { if (resp.ok) { createRoot(document.getElementById("root")!).render(