Merge branch 'dev'

This commit is contained in:
Esther 2020-12-23 11:54:17 +00:00
commit c0d86e2e19
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",