This commit is contained in:
2026-02-28 20:38:31 +01:00
parent 5974fdfad5
commit 72aeeebd04

View File

@@ -981,7 +981,7 @@ checkBtn.addEventListener('click', async () => {
feedbackContent.innerHTML = '<div class="loading-dots"><span></span><span></span><span></span></div>';
try {
const res = await fetch('/api/check', {
const res = await fetch('api/check', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({