kimi / src /api /routes /ping.ts
cruxx4's picture
Upload folder using huggingface_hub
ae6975d verified
raw
history blame contribute delete
77 Bytes
export default {
prefix: '/ping',
get: {
'': async () => "pong"
}
}