From 24eba063305a89717df761bbea5549171f564538 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 20 Oct 2024 18:16:43 +0300 Subject: [PATCH] web/main: fix path for auth request --- web/src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(