john99J
tRPC3y ago
4 replies
john99

Can a URL be formatted with dashes, such as "user-list" in the context of trpc?

Can a URL be formatted with dashes, such as "user-list" in the context of trpc?
const appRouter = router({
  userList: publicProcedure.query(async () => {

I'd prefer not to write router({'user-list'....
Was this page helpful?