mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-23 06:46:11 +08:00
Add GroupSelect component
This commit is contained in:
@@ -388,7 +388,7 @@ export async function listQueueStats(): Promise<ListQueueStatsResponse> {
|
||||
export async function listGroups(qname: string): Promise<ListGroupsResponse> {
|
||||
const resp = await axios({
|
||||
method: "get",
|
||||
url: `${getBaseUrl()}/queues/${qname}`,
|
||||
url: `${getBaseUrl()}/queues/${qname}/groups`,
|
||||
});
|
||||
return resp.data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user