lukasL
tRPC3y ago
3 replies
lukas

Are TRPC server procedures actual endpoints? Meaning can you directly do a `post` request to them?

Lets say you have a public procedure called
getHelloWorld
, can you hit it by doing
localhost:3000/trpc/baseRouter/getHelloWorld
? or something
Was this page helpful?