Skip to content

Commit

Permalink
Update api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Oct 10, 2024
1 parent 3b1b66c commit 94df2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export function useGeneSymbol({ geneId }) {
}

export function subsetHistoBaseLink(id, datasetIds) {
return `${SITE_DEFAULTS.API_PATH}services/collationplots/?datasetIds=${datasetIds}&id=${id}`
return `${SITE_DEFAULTS.API_PATH}services/collationplots/${id}/?datasetIds=${datasetIds}`
}

// the targets are resolved by `bycon` (bycon/services/ids.py)
Expand Down

0 comments on commit 94df2a1

Please sign in to comment.