From 8213a4312886c2dbb6dc93ae4d31cbaa01b3ca84 Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Wed, 18 Oct 2023 23:36:33 -0700 Subject: [PATCH] feat: add biothings ttd to api config --- src/config/apis.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/apis.js b/src/config/apis.js index 59813cd7..4ff52d03 100644 --- a/src/config/apis.js +++ b/src/config/apis.js @@ -106,6 +106,10 @@ exports.API_LIST = { id: '1d288b3a3caf75d541ffaae3aab386c8', name: 'BioThings SEMMEDDB API' }, + { + id: 'e481efd21f8e8c1deac05662439c2294', + name: 'Biothings Therapeutic Target Database API' + }, { id: 'ec6d76016ef40f284359d17fbf78df20', name: 'BioThings UBERON API'