From 64ead7706d260bfdd7dc69adbdf9c9b638584e5d Mon Sep 17 00:00:00 2001 From: yuliia_karas Date: Thu, 5 Dec 2024 10:36:09 +0200 Subject: [PATCH] change apiMapKey --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 9c5394675c..35c0dcc9c8 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,7 +1,7 @@ export const environment = { production: false, apiKeys: 'AIzaSyDanBliCzAuCZrsq67FeKEs3vqAilUD_is', - apiMapKey: 'AIzaSyDaqjlemyxH1pLvF1EWfBDW2IPlgwJYXnU', + apiMapKey: 'AIzaSyDfjR36S93UzJprjUyh747syLGlm_Srdcs', backendLink: 'https://greencity.greencity.cx.ua/', backendChatLink: 'https://greencity-chat.greencity.cx.ua/', backendUserLink: 'https://greencity-user.greencity.cx.ua/',