OneCompiler

How to serve a image file from given path in Nodejs

552
const path = require('path')
res.sendfile(path.resolve(imagePath));