From b23b6195c7f9bc64f5296a2613d37815ca818131 Mon Sep 17 00:00:00 2001 From: Michal Klobukowski Date: Tue, 24 Jul 2018 16:59:43 +0200 Subject: [PATCH] Remove hardcoded url value Feature #13889 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 9f2b9987..7443aeae 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -33,7 +33,7 @@ addMenuActionSet(ContextMenuKind.Favorite, favoriteActionSet); fetchConfig() .then(config => { - setBaseUrl("https://workbench2.c97qk.arvadosapi.com"); + setBaseUrl(config.API_HOST); const history = createBrowserHistory(); const store = configureStore(history); -- 2.30.2