Forgot to uncomment a line

pull/2/head
Esther 2020-12-23 11:53:42 +00:00
parent b8d9455f8c
commit 1071d9648b
No known key found for this signature in database
GPG Key ID: 162A307C5EBD40EA
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",