From 0d9f3e65fabe7e5958318795736a3aea2bf425ee Mon Sep 17 00:00:00 2001 From: Esko Ikkala <esko.ikkala@aalto.fi> Date: Wed, 31 Oct 2018 17:07:21 +0200 Subject: [PATCH] Update api url --- src/client/epics/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/epics/index.js b/src/client/epics/index.js index 82cb4c5b..461d646d 100644 --- a/src/client/epics/index.js +++ b/src/client/epics/index.js @@ -23,7 +23,7 @@ import { const apiUrl = (process.env.NODE_ENV === 'development') ? 'http://localhost:3001/' - : 'http://dev.ui.mappingmanuscriptmigrations.org/'; + : 'http://test.ui.mappingmanuscriptmigrations.org/'; const getManuscripts = action$ => action$.pipe( ofType(FETCH_MANUSCRIPTS), -- GitLab