Skip to content

Commit

Permalink
removing headers information as sugested by deepcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
staminna committed Sep 19, 2019
1 parent c8fa847 commit 6bc2f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
const app = express();

app.use(express.static(path.join(__dirname, 'build')));

app.disable('x-powered-by');
app.get('/', function(req, res) {
res.sendFile(path.join(__dirname, 'build', 'index.html'));
});
Expand Down

0 comments on commit 6bc2f57

Please sign in to comment.