Skip to content

Commit

Permalink
Replaced onboard key
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Tumbucon committed Dec 5, 2018
1 parent b2de084 commit 94d2007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Expand Up @@ -501,7 +501,7 @@ function(Map, MapView, Graphic, BasemapGallery, Expand, FeatureLayer) {
}

xmlHttp.open("GET", url, true);
xmlHttp.setRequestHeader('apikey', '5b6795b2d0b7169ca81fa345cc7d610c');
xmlHttp.setRequestHeader('apikey', '0fb87c8457fa476418cbc63ddb1c446c');
xmlHttp.setRequestHeader('accept', 'application/json');
xmlHttp.send(null);

Expand Down

0 comments on commit 94d2007

Please sign in to comment.