File tree Expand file tree Collapse file tree
imports/ui/singleGenePage/eggnog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html )
77
8+ ## [ 0.4.18] Unreleased
9+
10+ - Fix GO API call
11+
812## [ 0.4.17] 2025-06-17
913
1014- Fix annot loading when using numerical reference ids
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ function GogCategory({ category }) {
235235
236236function DescriptionGeneOntologyApi ( { goterm } ) {
237237 const [ description , setDescription ] = useState ( '' ) ;
238- const GOsApi = 'https://api.geneontology.org/api/bioentity/' ;
238+ const GOsApi = 'https://api.geneontology.org/api/bioentity/function/ ' ;
239239
240240 // May cause Cross-Origin Request Blocked error.
241241 useEffect ( ( ) => {
You can’t perform that action at this time.
0 commit comments