Skip to content

Commit de4c39a

Browse files
fix: uncommented commented comment jeezz
1 parent a31cce4 commit de4c39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ app.get('*', (req, res, next) => {
6565

6666
app.use(compression())
6767

68-
// // http://expressjs.com/en/advanced/best-practice-security.html#at-a-minimum-disable-x-powered-by-header
68+
// http://expressjs.com/en/advanced/best-practice-security.html#at-a-minimum-disable-x-powered-by-header
6969
app.disable('x-powered-by')
7070

7171
if (viteDevServer) {

0 commit comments

Comments
 (0)