James Muriithi

Results 1 comments of James Muriithi

Hello there, not an expert but here is what I did ```node const fs = require("fs"); // the rest of the code res.send(fs.readFileSync(zipPath)) ```