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'