hailuo / src /api /routes /ping.ts
gitdeem's picture
Upload 38 files
2162a57 verified
raw
history blame contribute delete
82 Bytes
export default {
prefix: '/ping',
get: {
'': async () => "pong"
}
}