We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e797bc9 commit 58f9afeCopy full SHA for 58f9afe
1 file changed
lib/server/init.js
@@ -7,7 +7,7 @@ module.exports = function (_instance) {
7
8
// X-Powered-By: bool.js
9
expressApplication.use(function (req, res, next) {
10
- res.header('X-Powered-By', 'bool.js v0.5.3');
+ res.header('X-Powered-By', 'booljs');
11
next();
12
});
13
0 commit comments