From 285c65e3f28f7ce51a9e3a9075de60232457c80f Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 12 Oct 2022 16:36:33 +0300 Subject: [PATCH] [Explore]: orcid-work.component.ts: [Bug fix] Added [size]="'small'" input to | environment.ts: Updated port of orcidAPIURL (standalone service). --- explore/src/app/openaireLibrary | 2 +- explore/src/environments/environment.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 427e9105..d720178d 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 427e9105140fabb99f59693c94bc3b70db159901 +Subproject commit d720178db3b563583bec05689dee9639af43117c diff --git a/explore/src/environments/environment.ts b/explore/src/environments/environment.ts index af794914..2379110b 100644 --- a/explore/src/environments/environment.ts +++ b/explore/src/environments/environment.ts @@ -28,7 +28,7 @@ export let properties: EnvProperties = { searchDataciteAPIURL: "https://api.datacite.org/works", searchOrcidURL: "https://pub.orcid.org/v2.1/", orcidURL: "https://orcid.org/", - orcidAPIURL: "http://duffy.di.uoa.gr:8080/uoa-orcid-service/", + orcidAPIURL: "http://duffy.di.uoa.gr:19480/uoa-orcid-service/", orcidTokenURL : "https://sandbox.orcid.org/oauth/authorize?", orcidClientId: "APP-A5M3KTX6NCN67L91", doiURL: "https://doi.org/",