lijunke
deploy: clean start with hf metadata
18081cf
raw
history blame contribute delete
190 Bytes
import apiClient from './client'
import type { PublicStats } from '@/types/api'
export const publicStatsApi = {
overview() {
return apiClient.get<PublicStats>('/public/stats')
},
}