fix some paths issues

This commit is contained in:
2026-03-30 20:42:01 +02:00
parent ebb179a109
commit 1ca21395c0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
async function SqlRequest(action, params = {}) {
try {
const response = await fetch('RequestsHandler.php', {
const response = await fetch('../RequestsHandler.php', {
method: 'POST',
headers: {
'Content-Type': 'application/json'