servds / src /api /routes /ping.ts
ffreemt
Update local files instead of git clone
813eca2
raw
history blame
No virus
77 Bytes
export default {
prefix: '/ping',
get: {
'': async () => "pong"
}
}