Files

5 lines
117 B
JavaScript
Raw Permalink Normal View History

2022-04-11 06:32:47 +02:00
module.exports = function (req, res, next) {
res.setHeader("X-Powered-By", "Manaknightdigital Inc.");
next();
};