diff --git a/src/app/topic/indicators.component.html b/src/app/topic/indicators.component.html index 7909f4d..d98d791 100644 --- a/src/app/topic/indicators.component.html +++ b/src/app/topic/indicators.component.html @@ -295,7 +295,7 @@ (click)="removeJsonPath(i, j)"> - + diff --git a/src/environments/environment.beta.ts b/src/environments/environment.beta.ts index 044c0e0..d3b96ba 100644 --- a/src/environments/environment.beta.ts +++ b/src/environments/environment.beta.ts @@ -118,5 +118,5 @@ export let properties: EnvProperties = { lastIndexUpdate: "2019-08-07", indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", - b2noteAPIURL: "http://b2note-dev.bsc.es/" + b2noteAPIURL: 'https://b2note.eudat.eu/' }; diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 2131eef..f7248e9 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -118,5 +118,5 @@ export let properties: EnvProperties = { lastIndexUpdate: "2019-07-24", indexInfoAPI: "http://services.openaire.eu/openaire/info/", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", - b2noteAPIURL: "http://b2note-dev.bsc.es/" + b2noteAPIURL: 'https://b2note.eudat.eu/' } diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 06b85af..6072800 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -106,5 +106,5 @@ export let properties: EnvProperties = { lastIndexUpdate: "2019-05-16", indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", - b2noteAPIURL: "http://b2note-dev.bsc.es/" + b2noteAPIURL: 'https://b2note.eudat.eu/' };