From 0fc8a203afbf50272475e117c58cf2b50a48fc8e Mon Sep 17 00:00:00 2001 From: yuliiakaras <98895579+yuliiakaras@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:30:53 +0200 Subject: [PATCH] Revert "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 35c0dcc9c8..9c5394675c 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,7 +1,7 @@ export const environment = { production: false, apiKeys: 'AIzaSyDanBliCzAuCZrsq67FeKEs3vqAilUD_is', - apiMapKey: 'AIzaSyDfjR36S93UzJprjUyh747syLGlm_Srdcs', + apiMapKey: 'AIzaSyDaqjlemyxH1pLvF1EWfBDW2IPlgwJYXnU', backendLink: 'https://greencity.greencity.cx.ua/', backendChatLink: 'https://greencity-chat.greencity.cx.ua/', backendUserLink: 'https://greencity-user.greencity.cx.ua/',