Fix multcast > multicast typo.

This commit is contained in:
Orne Brocaar 2023-01-31 08:41:31 +00:00
parent 66290b9eeb
commit 7c35fff849

View File

@ -67,10 +67,10 @@ service MulticastGroupService {
};
}
// Add the given item to the multcast group queue.
// Add the given item to the multicast group queue.
rpc Enqueue(EnqueueMulticastGroupQueueItemRequest) returns (EnqueueMulticastGroupQueueItemResponse) {
option(google.api.http) = {
post: "/api/multcast-groups/{queue_item.multicast_group_id}/queue"
post: "/api/multicast-groups/{queue_item.multicast_group_id}/queue"
body: "*"
};
}