Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kashima-dot-com authored Nov 19, 2019
1 parent 8da89f6 commit 8d2e5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const flash = require('connect-flash');
const cookieParser = require('cookie-parser');
const bodyParser = require('body-parser');
const passport = require('passport');
const session = require('express-session');
const session = require('cookie-session');
const uuidv4 = require('uuid/v4');
const date = require('date-and-time');
const bcrypt = require('bcrypt');
Expand Down

0 comments on commit 8d2e5b2

Please sign in to comment.