Skip to content
Snippets Groups Projects
Commit 0d9f3e65 authored by Esko Ikkala's avatar Esko Ikkala
Browse files

Update api url

parent 49646793
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment