Skip to content

Commit

Permalink
Merge pull request #463 from ImMin5/master
Browse files Browse the repository at this point in the history
Modify duplicated http api for change-member
  • Loading branch information
ImMin5 authored Nov 29, 2024
2 parents c578ff0 + 78dd181 commit 3fcf12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ service Service {
}
rpc change_member (CommentChangeMemberRequest) returns (ServiceInfo) {
option (google.api.http) = {
post: "/alert-manager/v1/comment/update"
post: "/alert-manager/v1/comment/change-member"
body: "*"
};
}
Expand Down

0 comments on commit 3fcf12e

Please sign in to comment.