Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ochinpo
/
kimi
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
kimi
/
src
/
api
/
routes
/
ping.ts
cruxx4
Upload folder using huggingface_hub
ae6975d
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
77 Bytes
export
default
{
prefix
:
'/ping'
,
get
: {
''
:
async
() =>
"pong"
}
}