Skip to content

Commit dd53afd

Browse files
committed
Add BASE_URL
1 parent 8971ff0 commit dd53afd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ import {
4141
GenomeFeatureViewer,
4242
} from 'genomefeatures'
4343

44+
const BASE_URL = 'https://www.alliancegenome.org/apollo'
4445
const locString = '2L:130639..135911'
4546
const genome = 'fly'
4647
const region = parseLocString(locString)
48+
4749
const trackData = await fetchApolloAPIFeatures({
4850
region,
4951
genome,

0 commit comments

Comments
 (0)