How to enable CORS not working on vercel?
I have build the api server with nodeJS and Express
How should I configure my vercel.json to properly handle API routes for my Node.js Express application?
I am trying to deploy my Node.js Express application to Vercel. My folder structure looks like this: