Skip to content

Commit

Permalink
modifying code to run with ROR V2
Browse files Browse the repository at this point in the history
  • Loading branch information
ramGranell committed Nov 26, 2024
1 parent 7fa56eb commit 564a750
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Client/ExternalClients.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class ExternalRESTClients {
this.pmidBaseURL = "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&retmode=json&id=";
this.tessBaseURL = "https://tess.elixir-europe.org/materials.json?q=";
this.orcidBaseURL = "https://pub.orcid.org/v2.0/";
//this.rorOrganisationsBaseURL = "https://api.ror.org/organizations?query=";
this.rorOrganisationsBaseURL = "https://api.ror.org/v2/organizations?query=";
}

Expand Down

0 comments on commit 564a750

Please sign in to comment.