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 something2 Replies
yes yoi can
you*
HTTP RPC Specification | tRPC
Methods Type mapping