Merge Angular 16 Irish Monitor to develop #33

Merged
k.triantafyllou merged 151 commits from angular-16-irish-monitor into develop 2024-02-13 09:32:41 +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";