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