Hey guys,
I am currently trying to deploy my python backend onto vercel. I keep running into a CORS issue when I try to connect my localhost to the python backend. How can I disable cors. I'm using python with FastAPI and I have whitelisted every origin on the FastAPI side. Can anyone show me how to set up the vercel.json file?