Spaces:
Sleeping
Sleeping
File size: 77 Bytes
813eca2 |
1 2 3 4 5 6 |
export default {
prefix: '/ping',
get: {
'': async () => "pong"
}
} |