[Monitor Dashboard | Trunk]: Change b2note property url

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@59128 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2020-07-15 11:35:36 +00:00
parent 60c74f8176
commit 4592f0760c
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -117,5 +117,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

@ -102,5 +102,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/"
};