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