Skip to content

Commit

Permalink
fix: 🐛 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
su-chang committed Nov 15, 2024
1 parent 48b754e commit d15c9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/wechaty/puppet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ service Puppet {
}
rpc RoomParseDynamicQRCode (puppet.RoomParseDynamicQRCodeRequest) returns (puppet.RoomParseDynamicQRCodeResponse) {
option (google.api.http) = {
get: "/rooms/{id}/parse-dynamic-qrcode"
get: "/rooms/{url}/parse-dynamic-qrcode"
};
}

Expand Down

0 comments on commit d15c9c9

Please sign in to comment.