AllenYuan

register comment in app

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