Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wuran
/
hailuo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hailuo
/
src
/
api
/
routes
/
ping.ts
gitdeem
Upload 38 files
2162a57
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
82 Bytes
export
default
{
prefix
:
'/ping'
,
get
: {
''
:
async
() =>
"pong"
}
}