From e83660c90d106390c55d0aead6bfa330c67dd4be Mon Sep 17 00:00:00 2001 From: malik masis Date: Wed, 28 Sep 2022 14:51:10 +0300 Subject: [PATCH] Edited angular env files --- apps/angular/src/environments/environment.prod.ts | 2 +- apps/angular/src/environments/environment.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/angular/src/environments/environment.prod.ts b/apps/angular/src/environments/environment.prod.ts index d54bc574..6b41c1fe 100644 --- a/apps/angular/src/environments/environment.prod.ts +++ b/apps/angular/src/environments/environment.prod.ts @@ -14,7 +14,7 @@ export const environment = { redirectUri: baseUrl, clientId: 'Web', responseType: 'code', - scope: 'offline_access openid profile email phone AccountService IdentityService AdministrationService', + scope: 'offline_access openid profile email phone AccountService IdentityService AdministrationService CatalogService OrderingService', }, apis: { default: { diff --git a/apps/angular/src/environments/environment.ts b/apps/angular/src/environments/environment.ts index 9c3c768d..a5f81a2f 100644 --- a/apps/angular/src/environments/environment.ts +++ b/apps/angular/src/environments/environment.ts @@ -28,10 +28,6 @@ export const environment = { Ordering: { url: "https://localhost:44356", rootNamespace: 'EShopOnAbp.OrderingService', - }, - Cmskit: { - url: "https://localhost:44358", - rootNamespace: 'EShopOnAbp.CmskitService', } }, mediaServerUrl:'https://localhost:44335'