From fd1f3e79bdfc046f5a14e6922df6132bcb2f4046 Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Mon, 11 Sep 2023 23:39:30 -0700 Subject: [PATCH] feat: add suppkg to config will allow use by team-specific endpoints and ara related to https://github.com/biothings/biothings_explorer/issues/706\#issuecomment-1692883074 --- src/config/apis.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/apis.js b/src/config/apis.js index 59813cd7..7bf0b3d0 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: 'b48c34df08d16311e3bca06b135b828d', + name: 'BioThings SuppKG API' + }, { id: 'ec6d76016ef40f284359d17fbf78df20', name: 'BioThings UBERON API'