From fb0f7617c99433142ce1a320ab954d60c5cdfde0 Mon Sep 17 00:00:00 2001 From: ltlaitoff Date: Fri, 7 Apr 2023 22:43:45 +0300 Subject: [PATCH 1/2] hot-fix: Changed in production api-link from dev version to prod --- 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 6c8dc3a..9eb6c06 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -3,5 +3,5 @@ export const environment = { production: true, googleClientId: '446806438760-0h3fblc15rjdl05rqtui4ki0lkpqlr08.apps.googleusercontent.com', - API_HOST: 'https://counter-api-git-dev-ltlaitoff.vercel.app' + API_HOST: 'https://counter-api.vercel.app' } From 579396e39375eba6889d675c1f7489c6f95a9884 Mon Sep 17 00:00:00 2001 From: ltlaitoff Date: Fri, 7 Apr 2023 22:44:33 +0300 Subject: [PATCH 2/2] version 1.0.2. Hot-fix prod api bug --- 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 9eb6c06..a4c7aef 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,5 +1,5 @@ export const environment = { - version: '1.0.1', + version: '1.0.2', production: true, googleClientId: '446806438760-0h3fblc15rjdl05rqtui4ki0lkpqlr08.apps.googleusercontent.com',