Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mxrkai
/
dsk
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dsk
/
src
/
api
/
routes
/
ping.ts
ffreemt
Update prefix /hf in /src/api/routes
89e5382
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
export
default
{
// prefix: '/ping',
prefix
:
'/hf/ping'
,
get
: {
''
:
async
() =>
"pong"
}
}