We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cd855a + 57a2327 commit 76c8fd4Copy full SHA for 76c8fd4
src/config.js
@@ -6,7 +6,8 @@ const config = {
6
googleTagManagerID: window.configGoogleTagManagerID ?? null,
7
efoURL:
8
window.configEFOURL ??
9
- 'https://storage.googleapis.com/open-targets-data-releases/alpha-rewrite/static/ontology/diseases_efo.jsonl',
+ 'https://platform.dev.opentargets.xyz/data/ontology/efo_json/diseases_efo.jsonl',
10
+
11
profile: window.configProfile ?? {},
12
downloadsURL: window.configDownloadsURL ?? '/data/downloads.json',
13
};
0 commit comments