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');