Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Niansuh/DP2API
mxrkai
/
dsk
like
0
Sleeping
App
Files
Files
Community
6dac806
dsk
/
src
/
api
/
routes
/
ping.ts
ffreemt
Update local files instead of git clone
813eca2
7 months ago
raw
Copy download link
history
blame
Safe
77 Bytes
export
default
{
prefix
:
'/ping'
,
get
: {
''
:
async
() =>
"pong"
}
}