[develop | DONE | FIXED] environment.prod.ts: Set property claimsAPIURL to call prod API, not beta.

This commit is contained in:
Konstantina Galouni 2023-10-31 17:43:36 +02:00
parent de7ec824c7
commit 4a16c2f7c8
1 changed files with 1 additions and 1 deletions

View File

@ -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",