How do I handle a post request in vercel using express.js
so am making a post req using body-parse in getting my data for my api am using axios to handle it.
It works on localhost but when i deploy on vercel it returns a 404 page not found after hiting the submit button.
Is there any way to hide query params in a request?
Can you hide the parameters in a API request?