Skip to content

Commit

Permalink
Update fetchDbxref.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Sep 19, 2023
1 parent 3b5db1a commit 5c65623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/api/methods/fetchDbxref.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const fetchDbxref = new ValidatedMethod({
switch (true) {
case DBXREF_REGEX.go.test(dbxrefId):
publicUrl = `http://amigo.geneontology.org/amigo/term/${dbxrefId}`;
apiUrl = `http://api.geneontology.org/api/bioentity/${dbxrefId}`;
apiUrl = `https://api.geneontology.org/api/go/${dbxrefId}`;
dbType = 'go';
break;
case DBXREF_REGEX.interpro.test(dbxrefId):
Expand Down

0 comments on commit 5c65623

Please sign in to comment.