From 256da3fed07e7547d46094788445aa56e816cad6 Mon Sep 17 00:00:00 2001 From: saurabhmisra266 <34193677+saurabhmisra266@users.noreply.github.com> Date: Thu, 17 Oct 2019 23:32:40 +0530 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6a439a5..3a1ee2d 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const session = require("express-session"); const bodyParser = require("body-parser"); const path = require('path'); const cookieParser = require('cookie-parser'); -const cookieSession = require('cookie-session'); // this is written after static so as to reduce call to session +const cookieSession = require('cookie-session'); // this is written after static so as to reduce call to session hahaah const key = require('./config/keys'); const config = require('config'); const localStrategy = require('./middlewares/passport-local');