From 086fa5403503ff919387f024edbf0e7b7977946e Mon Sep 17 00:00:00 2001 From: "Carlos V." <76731844+cvc90@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:07:58 +0200 Subject: [PATCH] Update report.php Change static route to relative route in URL for proper proxy operation --- front/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/report.php b/front/report.php index e6254440..62b21c29 100755 --- a/front/report.php +++ b/front/report.php @@ -86,7 +86,7 @@ // Function to update the displayed data and timestamp based on the selected format and index function updateData(format, index) { // Fetch data from the API endpoint - fetch(`/php/server/query_json.php?file=table_notifications.json&nocache=${Date.now()}`) + fetch(`php/server/query_json.php?file=table_notifications.json&nocache=${Date.now()}`) .then(response => response.json()) .then(data => { if (index < 0) {