Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
130 Bytes
import { countRef } from '../make-query-client'
export const GET = () => {
return Response.json({ count: countRef.current })
}