Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mikeee/redteam-deepseek
Rfym21
/
DP2API
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b5b7c76
DP2API
/
src
/
api
/
routes
/
ping.ts
ffreemt
Update local files instead of git clone
813eca2
11 months ago
raw
Copy download link
history
blame
Safe
77 Bytes
export
default
{
prefix
:
'/ping'
,
get
: {
''
:
async
() =>
"pong"
}
}