From 1071d9648bddf052ba3bb7326dd95a65f79149fe Mon Sep 17 00:00:00 2001 From: Esther Date: Wed, 23 Dec 2020 11:53:42 +0000 Subject: [PATCH] Forgot to uncomment a line --- app.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 1982924..f957e98 100644 --- a/app.js +++ b/app.js @@ -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()); diff --git a/package.json b/package.json index 7f12f31..b4dfc69 100644 --- a/package.json +++ b/package.json @@ -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",