From 1fcf603480e8461ad68659a015578f897343a744 Mon Sep 17 00:00:00 2001 From: Akshay Pokalwar Date: Tue, 2 Oct 2018 13:17:40 +0530 Subject: [PATCH] Added some code --- app/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/index.js b/app/index.js index 8267f1b..3628cc2 100644 --- a/app/index.js +++ b/app/index.js @@ -22,7 +22,7 @@ module.exports = function(type){ passport.serializeUser(User.serializeUser()); passport.deserializeUser(User.deserializeUser()); - + // Use application-level middleware for common functionality, including // logging, parsing, and session handling @@ -51,4 +51,4 @@ module.exports = function(type){ }); return app; -} \ No newline at end of file +}