AllenYuan

register passport

May 7th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //...
  2. require('./models/User');
  3. require('./config/passport');
  4. app.use(require('./routes'));
  5. //...
Add Comment
Please, Sign In to add comment