Remove hardcoded url value
[arvados.git] / src / index.tsx
index 9f2b9987f472cad2c07a4e5d23a1c5bb784b50f5..7443aeaeba7ddfccdfbe43f31c355ac76d474370 100644 (file)
@@ -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);