Skip to content

Commit

Permalink
fix: 纠正action中一处请求类型名称错误
Browse files Browse the repository at this point in the history
  • Loading branch information
universero committed Aug 8, 2024
1 parent 319d0ed commit 8a41ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meowcloud/action/action.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ service like {
option(http.post) = "/like/do_like";
}
// 取消点赞
rpc CancelLike(CancelFollowReq) returns (CancelFollowResp) {
rpc CancelLike(CancelLikeReq) returns (CancelLikeResp) {
option(http.post) = "/like/cancel_like";
}
// 获取点赞数
Expand Down

0 comments on commit 8a41ce9

Please sign in to comment.