fix path
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user