OneCompiler

How to serve a image file from given path in Nodejs

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