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

Update production api url

parent 9a261e2b
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://193.166.25.181:3006/';
: 'http://dev.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