Skip to content

Commit

Permalink
fix: use latest GO address (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jul 31, 2023
1 parent 9a295e5 commit 258a8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/genome/importers/api_importers/go/api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def make_get_request(uri)
end

def gene_lookup_base_url(id)
"http://api.geneontology.org/api/bioentity/function/%22GO:#{id}%22"
"https://api.geneontology.org/api/bioentity/function/%22GO:#{id}%22"
end

def params(start, rows)
Expand Down

0 comments on commit 258a8b9

Please sign in to comment.