Skip to content

Commit 9d2e116

Browse files
committed
fix(google-map): update google api key
1 parent 5270692 commit 9d2e116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/util/map-settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const settings = {
2-
key: 'AIzaSyAMF-gJllft62W5l9xfgE6DBhaa6YmIJs0',
2+
key: 'AIzaSyD4Lyv4gCOMhDlWrdlcn3pOLSwCpnDtn9k',
33
defaultCenter: {
44
lat: 20,
55
lng: 0

0 commit comments

Comments
 (0)