In the nextjs example there are two routes: 1. `src/pages/api/[...trpc].ts` 2. `src/pages/api/trpc/[...trpc].ts` And I cannot figure out why. Can somebody please explain the purpose of each route and when you would use one over the other?
In the nextjs example there are two routes:
src/pages/api/[...trpc].tssrc/pages/api/trpc/[...trpc].tsAnd I cannot figure out why. Can somebody please explain the purpose of each route and when you would use one over the other?