X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/20b5587edcc69eb39f91f4fb1f2eb68e5b7827d5..97937a780bdb4ff67f334a1817d405dec1b2773c:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index dd272233..cfdbb46c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -40,12 +40,12 @@ addMenuActionSet(ContextMenuKind.COLLECTION_RESOURCE, collectionResourceActionSe fetchConfig() .then(config => { const history = createBrowserHistory(); - const services = createServices(config.API_HOST); + const services = createServices(config); const store = configureStore(history, services); store.dispatch(initAuth()); store.dispatch(getProjectList(services.authService.getUuid())); - + const TokenComponent = (props: any) => ; const WorkbenchComponent = (props: any) => ;