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
File size: 82 Bytes
2162a57
1
2
3
4
5
6
export
default
{
prefix
:
'/ping'
,
get
: {
''
:
async
() =>
"pong"
} }