Hi. I am trying to make a trpc client for app A which will call app B trpc route handler. I setup the batchlink with URL of app B, importing B approuter. But it keep calling A app's router handler at /api/trpc instead of cross origin call to app B. I copied the default api.ts and changed URLs and Approuter in there. Is there anything else I need to do?