From b55a51e2021150a1b0832c01b7d64776c4b6c73e Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Thu, 29 Aug 2024 10:13:31 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index dfe782d..a1ff10f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -39,7 +39,7 @@
 
         // Function to load pins from CSV and add them to the map
         function loadPins() {
-            Papa.parse('/data/pins.csv', {
+            Papa.parse('.public/data/pins.csv', {
                 download: true,
                 header: true,
                 complete: function(results) {
-- 
GitLab