Production release February 2024 [CONNECT] #34

Merged
konstantina.galouni merged 168 commits from develop into master 2024-02-15 11:04:20 +01:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit ffec391448 - Show all commits

View File

@ -588,8 +588,7 @@ export class SearchResearchResultsService {
.pipe(map(res => res['meta']['total']));
}
fetchByDOIs(DOIs:string[]): any {
// let url = properties.searchAPIURLLAst + "resources2/?format=json";
let url = "http://beta.services.openaire.eu:8480/search/rest/v2/api/researchProducts/byDoi?type=publications"
let url = properties.searchAPIURLLAst + "/researchProducts/byDoi?type=publications";