From a8ed6720b2a6994f3112c0dc2a5f842e4aed6b0b Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Wed, 6 Dec 2023 13:57:25 -0800 Subject: [PATCH] feat: temporary override first two (mydisease, biothings rare-source) are for https://github.com/biothings/biothings_explorer/issues/640 last one (ctd) is for https://github.com/biothings/biothings_explorer/issues/584\#issuecomment-1842376052 --- src/config/smartapi_overrides.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/config/smartapi_overrides.json b/src/config/smartapi_overrides.json index 36ee72e1..3a0d5ef3 100644 --- a/src/config/smartapi_overrides.json +++ b/src/config/smartapi_overrides.json @@ -2,5 +2,9 @@ "conf": { "only_overrides": false }, - "apis": {} + "apis": { + "671b45c0301c8624abbd26ae78449ca2": "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/orphanet-change/mydisease.info/smartapi.yaml", + "b772ebfbfa536bba37764d7fddb11d6f": "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/orphanet-change/ncats_rare_source/smartapi.yaml", + "0212611d1c670f9107baf00b77f0889a": "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/ctd-batch-query/CTD/smartapi.yaml" + } }