Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -65,6 +65,10 @@ export const boardApi = {
|
||||
reportComment(commentId) {
|
||||
return http.post(`/board/comments/${commentId}/report`)
|
||||
},
|
||||
// 댓글 블라인드 해제 (관리자)
|
||||
unblockComment(commentId) {
|
||||
return http.post(`/board/comments/${commentId}/unblock`)
|
||||
},
|
||||
block(id, reason) {
|
||||
return http.post(`/board/posts/${id}/block`, { reason })
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user