Skip to content

Commit ba67fae

Browse files
authored
Fixes
1 parent 2ec5721 commit ba67fae

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

imports/ui/singleGenePage/eggnog/Eggnog.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function GogCategory({ category }) {
235235

236236
function 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(() => {

0 commit comments

Comments
 (0)