mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-05 02:23:08 +00:00
Fix multcast > multicast typo.
This commit is contained in:
parent
66290b9eeb
commit
7c35fff849
4
api/proto/api/multicast_group.proto
vendored
4
api/proto/api/multicast_group.proto
vendored
@ -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) {
|
rpc Enqueue(EnqueueMulticastGroupQueueItemRequest) returns (EnqueueMulticastGroupQueueItemResponse) {
|
||||||
option(google.api.http) = {
|
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: "*"
|
body: "*"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user