From 72aeeebd040b6dc9a365096d549360f6cf858ee4 Mon Sep 17 00:00:00 2001 From: balex Date: Sat, 28 Feb 2026 20:38:31 +0100 Subject: [PATCH] fix path --- src/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index ab7b818..c968253 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -981,7 +981,7 @@ checkBtn.addEventListener('click', async () => { feedbackContent.innerHTML = '
'; try { - const res = await fetch('/api/check', { + const res = await fetch('api/check', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({