[Monitor | Trunk]: Change b2note property url

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor@59127 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2020-07-15 11:34:17 +00:00
parent 36f8fd96b1
commit 6c06aa20ed
3 changed files with 3 additions and 3 deletions

View File

@ -108,5 +108,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/api/"
b2noteAPIURL: "http://b2note-dev.bsc.es/"
};

View File

@ -90,5 +90,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/api/"
b2noteAPIURL: "http://b2note-dev.bsc.es/"
};

View File

@ -95,5 +95,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/api/"
b2noteAPIURL: "http://b2note-dev.bsc.es/"
};