TtRPC•Created by Lu on 4/10/2023 in #❓-help 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