Skip to content

Instantly share code, notes, and snippets.

@l02162010
Created March 15, 2016 13:42
Show Gist options
  • Save l02162010/7483cb9ea2f6f75c98c5 to your computer and use it in GitHub Desktop.
Save l02162010/7483cb9ea2f6f75c98c5 to your computer and use it in GitHub Desktop.
router.get('/2', function (req, res) {
res.render('indexTest', {
title: '首頁',
user: req.session.user,
block:Block,
success: req.flash('success').toString(),
error: req.flash('error').toString()
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment