This commit is contained in:
2026-03-19 13:46:09 +01:00
parent 6a4c5144ab
commit f44f445800
+1 -1
View File
@@ -9,7 +9,7 @@ let playersData = [];
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'