Files
trpc-nuxt/playground/server/api/trpc/[query].ts
Robert Soriano b0eab95b47 initial commit
2022-05-16 01:55:10 -07:00

7 lines
217 B
TypeScript

// generated by trpc-nuxt
import { createTRPCHandler } from 'trpc-nuxt/handler'
import * as functions from '../../fn'
export default createTRPCHandler({
router: functions.router
})