posted 3 months ago
Hello I m using node epress to save data in mongo db
actually It contains array of objects containing image urls
on iterating I want to change image urls dynamically like
<image src" {{this.productUrls}}"/>
but I m receiving full object includes id bla abla I need to get only specific URL from mongo db like
<img src="sho.png"/>
<img src="cam.png"/> etc