[angular-16 | DONE | UPDATED] environment.prod.ts: Updated claimsAPIURL property to call new claims API.

This commit is contained in:
Konstantina Galouni 2023-10-30 21:24:27 +02:00
parent 655cbd069f
commit a49f94a58a
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://services.openaire.eu/claims/rest/claimsService/",
claimsAPIURL: "https://beta.services.openaire.eu/claims-new/rest/claimsService/",
searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources",
openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=",