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

This commit is contained in:
Konstantina Galouni 2023-10-31 12:35:01 +02:00
parent e1e53a7bbe
commit 1dbce23e13
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import {common, commonProd} from "../app/openaireLibrary/utils/properties/enviro
statisticsFrameNewAPIURL: "https://services.openaire.eu/stats-tool/",
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
useNewStatistisTool: true,
claimsAPIURL: "https://beta.services.openaire.eu/claims-new/rest/claimsService/",
claimsAPIURL: "https://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=",