Skip to content
Snippets Groups Projects
Commit 9eb60b6b authored by Labros Papadopoulos's avatar Labros Papadopoulos
Browse files

Injection fix for tmf 674

parent e006355b
No related branches found
No related tags found
1 merge request!11Party registration workflow
Pipeline #6025 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment