From 3d88619da6b4759e14fca811eba2fc819bdd3397 Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Thu, 14 Dec 2023 11:37:42 -0800 Subject: [PATCH] feat: add complex portal to API_LIST --- src/config/apis.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/apis.js b/src/config/apis.js index 702e63c..59f8f22 100644 --- a/src/config/apis.js +++ b/src/config/apis.js @@ -16,6 +16,11 @@ exports.API_LIST = { name: "CTD API", primarySource: true, }, + { + id: "326eb1e437303bee27d3cef29227125d", + name: "Complex Portal Web Service", + primarySource: true + }, { id: "43af91b3d7cae43591083bff9d75c6dd", name: "EBI Proteins API",