Skip to content

Commit

Permalink
[Fix] #64, disable express header
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed May 27, 2024
1 parent 980317e commit 86babe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { cleanupCSRF } from "@src/scripts/token";
config(); // dotenv

const app = express();
app.disable("x-powered-by");

app.set('view engine', 'ejs');

Expand Down

0 comments on commit 86babe8

Please sign in to comment.