servds / src /api /routes /ping.ts
ffreemt
Update prefix /hf in /src/api/routes
89e5382
raw
history blame contribute delete
No virus
102 Bytes
export default {
// prefix: '/ping',
prefix: '/hf/ping',
get: {
'': async () => "pong"
}
}