Featured
-
No Featured Found!
Tags
model.FindById using MVC express js MongoDB pug is not working
model.FindById using MVC express js MongoDB pug is not working(no error is also showing/id wise data is not being retrieved), please guide me.
exports.getViewownerdata = (req,res,next)=>
{
const OwnerId= req.body._id;
const mow...