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());

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon ./bin/www -e js,pug"
"start": "npx nodemon ./bin/www -e js,pug,sass,css"
},
"dependencies": {
"@sendgrid/mail": "^7.4.0",