app.post('/login', passport.authenticate('local-login', { failureRedirect: '/login' }), 
  function(req, res) {
    res.redirect('/3219');
  });