Skip to content

Commit

Permalink
fix: 纠正action中一处Follow请求类型名称错误
Browse files Browse the repository at this point in the history
  • Loading branch information
universero committed Aug 8, 2024
1 parent 8a41ce9 commit b631cbb
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 @@ -72,7 +72,7 @@ service follow {
option(http.post) = "/follow/do_follow";
}
// 取消关注
rpc CancelLike(CancelFollowReq) returns (CancelFollowResp) {
rpc CancelFollow(CancelFollowReq) returns (CancelFollowResp) {
option(http.post) = "/follow/cancel_follow";
}
// 获取关注数
Expand Down

0 comments on commit b631cbb

Please sign in to comment.