[develop | DONE | FIXED] environment.prod.ts: Set property claimsAPIURL to call prod API, not beta.
This commit is contained in:
parent
de7ec824c7
commit
4a16c2f7c8
|
@ -14,7 +14,7 @@ let props: EnvProperties = {
|
||||||
statisticsFrameAPIURL: "https://www.openaire.eu/stats/",
|
statisticsFrameAPIURL: "https://www.openaire.eu/stats/",
|
||||||
statisticsFrameNewAPIURL: "https://services.openaire.eu/stats-tool/",
|
statisticsFrameNewAPIURL: "https://services.openaire.eu/stats-tool/",
|
||||||
useNewStatistisTool: true,
|
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=",
|
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
|
||||||
searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
|
searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
|
||||||
searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources",
|
searchResourcesAPIURL: "https://services.openaire.eu/search/v2/api/resources",
|
||||||
|
|
Loading…
Reference in New Issue