Forgot to uncomment a line

This commit is contained in:
Esther
2020-12-23 11:53:42 +00:00
parent b8d9455f8c
commit 1071d9648b
2 changed files with 2 additions and 2 deletions

2
app.js
View File

@@ -26,7 +26,7 @@ if (process.env.NODE_ENV === 'production') {
app.use(mLogger('dev'));
}
//app.use(helmet());
app.use(helmet());
app.use(express.json());
app.use(express.urlencoded({ extended: false }));
app.use(cookieParser());