Nuxt/examples/use-fetch/server/api/hello.ts
2021-10-12 00:36:50 +02:00

4 lines
80 B
TypeScript

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