Skip to content
Snippets Groups Projects
Commit 0284cd7d authored by esikkala's avatar esikkala
Browse files

Update API url

parent 83ee4e44
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ import {
const apiUrl = (process.env.NODE_ENV === 'development')
? 'http://localhost:3001/api/'
: `${location.href}/api/`;
: `${location.href}api/`;
const getManuscripts = (action$, state$) => 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