Commit c535f8e7 authored by Paul Kaplan's avatar Paul Kaplan

Update report route to match newest API update

parent 6b4e0595
...@@ -645,7 +645,7 @@ module.exports.deleteComment = (projectId, commentId, topLevelCommentId, token) ...@@ -645,7 +645,7 @@ module.exports.deleteComment = (projectId, commentId, topLevelCommentId, token)
module.exports.reportComment = (projectId, commentId, topLevelCommentId, token) => (dispatch => { module.exports.reportComment = (projectId, commentId, topLevelCommentId, token) => (dispatch => {
api({ api({
uri: `/proxy/report/project/${projectId}/comment/${commentId}`, uri: `/proxy/project/${projectId}/comment/${commentId}/report`,
authentication: token, authentication: token,
withCredentials: true, withCredentials: true,
method: 'POST', method: 'POST',
......
Markdown is supported
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