This commit is contained in:
ryanwong
2022-02-06 22:15:10 -05:00
parent 46625dd6cd
commit a07577bffa
145 changed files with 12008 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = function (req, res, next) {
res.setHeader("X-Powered-By", "Manaknightdigital Inc.");
next();
};