We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d85df9 commit 584f3dcCopy full SHA for 584f3dc
1 file changed
docker/hello-world-sandbox/src/app.js
@@ -1,6 +1,7 @@
1
const express = require('express');
2
3
const app = express();
4
+app.disable("x-powered-by");
5
const PORT = process.env.PORT || 9000;
6
7
0 commit comments