Skip to content

Commit

Permalink
Update API key
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyWyper committed Mar 11, 2021
1 parent a698ded commit e5265e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apiLoad.js
Expand Up @@ -3,7 +3,7 @@ const loadGoogleMapsApi = require('load-google-maps-api');
class MapApi {
static loadGoogleMapsApi() {
return loadGoogleMapsApi({
key: 'AIzaSyBhF6NIX0O2cmBMx3IpHtrvkyc09YfioMg',
key: 'AIzaSyDIfb1nXWDg2kwRNTseTnBuIcPrB-2DqMM',
libraries: ['places'],
});
}
Expand Down

0 comments on commit e5265e9

Please sign in to comment.