File size: 188 Bytes
fcacf10
 
 
 
 
1
2
3
4
5
6
import { apiRequest } from "./client";

export async function getDashboardStats(workspaceId) {
    return apiRequest(`/dashboard/stats?workspace_id=${encodeURIComponent(workspaceId)}`);
}