Is it possible to change the base path?
I have my trpc server on an endpoint:
But querying this with a client, I get the error:
Is it possible to have the trpc server factor out the
api.examples.com/trpc - this should be the root, and trpc handles anything subsequent.But querying this with a client, I get the error:
Is it possible to have the trpc server factor out the
/trpc part of the path?