Commit 96d3bb5a authored by Rodrigo Tapia-McClung's avatar Rodrigo Tapia-McClung

minor fix in baseUrl usage

parent 41bb6846
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/* global mapboxgl, turf */ /* global mapboxgl, turf */
const baseUrl = new URL(window.location.href).origin; // returns "http://localhost:8092" const baseUrl = new URL(window.location.href).origin; // returns "http://localhost:8092"
// use `${baseUrl}something` // use `${baseUrl}/something`
let cdmx, estaciones, ozono, fechas, let cdmx, estaciones, ozono, fechas,
slider = document.getElementById("slider"), slider = document.getElementById("slider"),
......
Markdown is supported
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