https vers endpoint pour éviter mixed active content
davvalent

davvalent commited on 2023-04-03 03:54:31
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -30,7 +30,7 @@ console.log(
30 30
 
31 31
   /** URLs assignments */
32 32
   let tilesUrl = "https://ntnlv.ca/faubourg/tiles/{z}/{x}/{y}.png",
33
-    tripleStoreEndpointUrl = "http://qdmtl.ca/sparql/endpoint.php";
33
+    tripleStoreEndpointUrl = "https://qdmtl.ca/sparql/endpoint.php";
34 34
 
35 35
   /**
36 36
    * Fetch values for dev env 
37 37