jm / src /api /routes /ping.ts
xt8's picture
Upload 47 files
d2ec5e7 verified
raw
history blame contribute delete
77 Bytes
export default {
prefix: '/ping',
get: {
'': async () => "pong"
}
}