From f44f445800125500da7e13e3b44b6af5e2d73e9d Mon Sep 17 00:00:00 2001 From: Whykioh Date: Thu, 19 Mar 2026 13:46:09 +0100 Subject: [PATCH] nhjk,l --- poker-paf/Js/admin-game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poker-paf/Js/admin-game.js b/poker-paf/Js/admin-game.js index b835b9b..7d28004 100644 --- a/poker-paf/Js/admin-game.js +++ b/poker-paf/Js/admin-game.js @@ -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'