There was an error while loading. Please reload this page.
1 parent e916e8c commit 0ac5177Copy full SHA for 0ac5177
2 files changed
front/app/page.tsx
@@ -51,7 +51,7 @@ export default function Home() {
51
if (annotationId) {
52
params.set('annotationId', annotationId)
53
}
54
- window.location.href = `/jbrowse?${params.toString()}`
+ window.location.href = `/annotrieve/jbrowse?${params.toString()}`
55
56
57
const handleAssemblySelect = async (accession: string) => {
front/components/jbrowse.tsx
@@ -29,7 +29,7 @@ const baseURL = process.env.NEXT_PUBLIC_API_URL ||
29
: '')
30
const apiBaseURL = process.env.NEXT_PUBLIC_API_URL ||
31
(typeof window !== 'undefined' && window.location.hostname.includes('github.io')
32
- ? 'https://genome.crg.es/annotrieve'
+ ? 'https://genome.crg.es/annotrieve/api/v0'
33
34
35
const configuration = {
0 commit comments