From c21113018fa203101b0a0818fe990085dbcd290a Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Sun, 3 May 2026 01:29:45 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=D9=85=D9=8F=D8=B5=D8=A7=D8=AF?= =?UTF-8?q?=D9=8E=D9=82:=20=D8=AA=D8=AD=D8=AF=D9=8A=D8=AB=20=D8=A8=D8=B1?= =?UTF-8?q?=D9=85=D8=AC=D9=8A=20=D8=AC=D8=AF=D9=8A=D8=AF=202026-05-03=2001?= =?UTF-8?q?:29?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/shell.php b/public/shell.php index 5049a8c..f23781d 100644 --- a/public/shell.php +++ b/public/shell.php @@ -76,7 +76,7 @@ // مُصادَق — API Client (Inlined for reliability) // ══════════════════════════════════════════════════════════ const API = { - baseUrl: 'api.php', // Use relative path to api.php + baseUrl: 'index.php/api/v1', // Correct entry point and prefix accessToken: localStorage.getItem('access_token'), async post(path, body) { const headers = { 'Accept': 'application/json', 'Content-Type': 'application/json' };