[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:
parent
36f8fd96b1
commit
6c06aa20ed
|
@ -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/"
|
||||
};
|
||||
|
|
|
@ -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/"
|
||||
};
|
||||
|
|
|
@ -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/"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue