diff --git a/src/app/shared/services/app.service.ts b/src/app/shared/services/app.service.ts index 029e931ed9f6a3b2ee93a65ccd25fcd20d537511..e29e1cc977182bcf265cabe4f3451f954143c1d2 100644 --- a/src/app/shared/services/app.service.ts +++ b/src/app/shared/services/app.service.ts @@ -41,8 +41,8 @@ export class AppService { private tmfResourceCatalogConfig: ResourceCatalogAPIconfig, private tmfResourceInventoryConfig: ResourceInventoryAPIconfig, private resourcePoolManagementAPIconfig: resourcePoolManagementAPIconfig, - private tmfProductCatalogConfig: ProductCatalogAPIconfig, - private tmfGeographicSiteConfig: GeographicSiteManagementAPIconfig + private tmfProductCatalogConfig: ProductCatalogAPIconfig +// private tmfGeographicSiteConfig: GeographicSiteManagementAPIconfig ) { this.setAPIurls() this.recognizePortalDomain() @@ -66,7 +66,7 @@ export class AppService { this.serviceTestManagementAPIconfig.rootUrl = this.config.APITMFURL this.resourcePoolManagementAPIconfig.rootUrl = this.config.APITMFURL this.tmfProductCatalogConfig.rootUrl = this.config.APITMFURL - this.tmfGeographicSiteConfig.rootUrl = this.config.APITMFURL +// this.tmfGeographicSiteConfig.rootUrl = this.config.APITMFURL } //recognition of which portal is used (services/testing/product)