diff --git a/src/redux/preview.js b/src/redux/preview.js index afda980f5..fb1adc1a8 100644 --- a/src/redux/preview.js +++ b/src/redux/preview.js @@ -645,7 +645,7 @@ module.exports.deleteComment = (projectId, commentId, topLevelCommentId, token) module.exports.reportComment = (projectId, commentId, topLevelCommentId, token) => (dispatch => { api({ - uri: `/proxy/report/project/${projectId}/comment/${commentId}`, + uri: `/proxy/project/${projectId}/comment/${commentId}/report`, authentication: token, withCredentials: true, method: 'POST',