Skip to content

Commit 8f04a0e

Browse files
committed
demo(app): adapted the google maps api key for debug env
1 parent c9feeff commit 8f04a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
export const environment = {
77
production: false,
88
hmr: false,
9-
GOOGLE_MAPS_API_KEY: 'AIzaSyAH_AQG-V0nHEGhlImZLMFyLIk6Xq30htA'
9+
GOOGLE_MAPS_API_KEY: 'AIzaSyAzwRDOIWaOsBIXzql7u8SFIBc28Fq5gmI'
1010
};

0 commit comments

Comments
 (0)