Skip to content

Commit

Permalink
Fix : resolve expressjs security hotspot problems #130
Browse files Browse the repository at this point in the history
  • Loading branch information
ymw0407 committed Oct 6, 2023
1 parent 06fba6c commit 77498e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/file/env-template/Expressjs/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import express from 'express';

const app = express();
app.disable('x-powered-by')
const PORT = 8080;

app.get('/', (req, res) => {
Expand Down

0 comments on commit 77498e1

Please sign in to comment.