Skip to content
Snippets Groups Projects
Commit fa6857cd authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

Merge branch 'develop' of gitlab.coko.foundation:xpub/xpub-faraday into develop

parents 41ae5b7f 0568bd22
No related branches found
No related tags found
1 merge request!6Agree/Decline to work on a manuscript
...@@ -90,7 +90,7 @@ export const deleteFile = fileId => dispatch => { ...@@ -90,7 +90,7 @@ export const deleteFile = fileId => dispatch => {
.catch(err => dispatch(removeFailure(err.message))) .catch(err => dispatch(removeFailure(err.message)))
} }
export const getSignedUrl = fileId => dispatch => get(`/file/${fileId}`) export const getSignedUrl = fileId => dispatch => get(`/files/${fileId}`)
// reducer // reducer
export default (state = initialState, action) => { export default (state = initialState, action) => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment