JiMengIntl / src /api /routes /ping.ts
github-actions[bot]
Deploy from GitHub Actions
8e02bdb
raw
history blame contribute delete
77 Bytes
export default {
prefix: '/ping',
get: {
'': async () => "pong"
}
}