calling a different app's api in the same monorepo when deployed to staging
Unanswered
Barbary Lion posted this in #help-forum
Barbary LionOP
I'm using turborepo for my monorepo. It has two apps (A and B) that are both hosted on vercel. How do I call the B's api from A when deployed to staging? The reason why this is a problem in staging is because I don't know what the staging urls will be.