Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
regenerated the api key
  • Loading branch information
AlexStillAlex authored Jan 29, 2024
1 parent ec25d5c commit 1fcae04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/js/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// API Key in config object
var apikey = 'oaoVwDa9KE2IrwCANcQKWAwnpkUKqqve'
var apikey = 'IGHgaIQgXa42gv7aa4oV5b4LyVGjCwUh'
var config = {
apikey: apikey // a project on a Premium plan with OS Places API and OS Vector Tile API added
};
Expand Down Expand Up @@ -425,4 +425,4 @@ function showSpinner() {

function hideSpinner() {
document.getElementById('spinner').style.visibility = 'hidden';
}
}

0 comments on commit 1fcae04

Please sign in to comment.