json funcionó ( https://virus.has-no-bra.in/5aZ8fM0k5.png ) pero no puedo obtener la imagen ( https://virus.has-no-bra.in/5aZ90HlbO.png ) y tengo 37.jpg archivo ( https://virus.has-no-bra.in/5aZ9l_gt7.png )
app.get('/', function(req, res) { list(`./img`,(images)=>{ if(images.error) throw images.error; var floppa = images.files let random = Math.floor((Math.random() * floppa.length)) var file = `domain${floppa[random]}` res.json( { image: file } ) }); })