From 08b551201fe72e71fd031a22542439d3e1b70169 Mon Sep 17 00:00:00 2001 From: Fulgen301 Date: Sun, 16 Sep 2018 16:59:45 +0200 Subject: Initial adapt to LegacyClonk --- src/components/CommentVoter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/CommentVoter.vue') diff --git a/src/components/CommentVoter.vue b/src/components/CommentVoter.vue index 4747571..ccb9e55 100644 --- a/src/components/CommentVoter.vue +++ b/src/components/CommentVoter.vue @@ -49,7 +49,7 @@ methods: { vote (impact) { let that = this - this.$http.post(`/uploads/${this.comment.upload}/comments/${this.comment._id}/vote`, {impact: impact}).then(response => that.$emit('voted')) + this.$http.post(`/uploads/${this.comment.upload}/comments/${this.comment.id}/vote`, {impact: impact}).then(response => that.$emit('voted')) }, }, } -- cgit v1.2.3-54-g00ecf