[Trunk | Explore]: environment.ts: orcidAPIURL updated (/orcid removed from the end of the path).
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60401 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
f3618170b6
commit
3711e6288a
|
@ -28,7 +28,7 @@ export let properties: EnvProperties = {
|
||||||
searchDataciteAPIURL: "https://api.datacite.org/works",
|
searchDataciteAPIURL: "https://api.datacite.org/works",
|
||||||
searchOrcidURL: "https://pub.orcid.org/v2.1/",
|
searchOrcidURL: "https://pub.orcid.org/v2.1/",
|
||||||
orcidURL: "https://orcid.org/",
|
orcidURL: "https://orcid.org/",
|
||||||
orcidAPIURL: "http://duffy.di.uoa.gr:8080/uoa-orcid-service/orcid/",
|
orcidAPIURL: "http://duffy.di.uoa.gr:8080/uoa-orcid-service/",
|
||||||
doiURL: "https://dx.doi.org/",
|
doiURL: "https://dx.doi.org/",
|
||||||
pmcURL: "http://europepmc.org/articles/",
|
pmcURL: "http://europepmc.org/articles/",
|
||||||
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/",
|
||||||
|
|
Loading…
Reference in New Issue