Nuxt/examples/use-fetch/server/api/hello.ts

4 lines
80 B
TypeScript

import { useQuery } from 'h3'
export default req => ({ query: useQuery(req) })