Commit b55a51e2 authored by Alfakhori's avatar Alfakhori
Browse files

Update public/index.html

parent 00014fdb
1 merge request!1Update public/index.html
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment