1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-10 20:29:28 +08:00

fix: 修复文章评论回复功能

This commit is contained in:
小莫唐尼
2024-06-27 00:21:26 +08:00
parent 4d0901b650
commit 77da85f7d4
5 changed files with 12 additions and 21 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export default {
},
// 提交回复
addPostCommentReply: (commentName, data) => {
return HttpHandler.Post(`/apis/api.halo.run/v1alpha1/comments/${commentName}/replay`, data)
return HttpHandler.Post(`/apis/api.halo.run/v1alpha1/comments/${commentName}/reply`, data)
},
/**