T
tRPC
Change Theme
Search Answer Overflow
Login
T
tRPC
❓-help
Nested procedures are separated by dots, is there a way to change that to `/`s instead ?
AE
Ahmed Eid
View on Discord
8/20/2023
currently it looks something like this
/api/trpc/post.byId
, is there a way to have it like
/api/trpc/post/byId
?
Looking for more? Join the community!
T
tRPC
❓-help
Join Server
T
tRPC
❓-help
Join Server
Recommended Posts
Is there a way to split a trpc api across multiple lambdas ?
How do I go about splitting my TRPC api across multiple lambdas, such that each lambda would load th
Can I alter the context in a procedure?
Is there a proper way to do this? Mutating the `opts.ctx` directly seems wrong