I check API endpoints using POSTMAN. But its post HTTP method is not working properly
I check API endpoints using POSTMAN. But its post HTTP method is not working properly. This is the user login backend code. Get data from the mongo DB database and validated the user login. After validating user can easily log in to the system. This is the User Dao.js file. userDAO.js const user = require(‘./index’).db("newDb").collection("user");… Read More I check API endpoints using POSTMAN. But its post HTTP method is not working properly