Skip to content

Commit

Permalink
change domain for demo-key
Browse files Browse the repository at this point in the history
  • Loading branch information
candux authored May 4, 2022
1 parent 63da714 commit 9ee6bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
});

// Get the public api key
fetch('https://developer.geops.io/publickey')
fetch('https://backend.developer.geops.io/publickey')
.then((response) => response.json())
.then(function(data = {}) {
mbMap.setStyle('https://maps.geops.io/styles/travic_v2/style.json?key=' + data.key)
Expand Down

0 comments on commit 9ee6bc2

Please sign in to comment.