From 4a16c2f7c864c436a6ab7147e2884cc8995fc33c Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 31 Oct 2023 17:43:36 +0200 Subject: [PATCH] [develop | DONE | FIXED] environment.prod.ts: Set property claimsAPIURL to call prod API, not beta. --- src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index aaf388c..d1013e2 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -14,7 +14,7 @@ let props: EnvProperties = { statisticsFrameAPIURL: "https://www.openaire.eu/stats/", statisticsFrameNewAPIURL: "https://services.openaire.eu/stats-tool/", useNewStatistisTool: true, - claimsAPIURL: "https://beta.services.openaire.eu/claims-new/rest/claimsService/", + claimsAPIURL: "https://services.openaire.eu/claims-new/rest/claimsService/", bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=", searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/", searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources",