From b9b5b060aa66678ca5f5d278ae768eecfe1c528e Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Mon, 4 Dec 2023 10:43:55 -0800 Subject: [PATCH] feat: add biothings innatedb --- src/config/apis.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/apis.js b/src/config/apis.js index e76b009..ed5710c 100644 --- a/src/config/apis.js +++ b/src/config/apis.js @@ -87,6 +87,10 @@ exports.API_LIST = { id: "32f36164fabed5d3abe6c2fd899c9418", name: "BioThings IDISK API", }, + { + id: "e9eb40ff7ad712e4e6f4f04b964b5966", + name: "BioThings InnateDB API", + }, { id: "77ed27f111262d0289ed4f4071faa619", name: "BioThings MGIgene2phenotype API",