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