export default { // prefix: '/ping', prefix: '/hf/ping', get: { '': async () => "pong" } }