Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. router.get('/lecture', function(req,res) {
  2. res.render('lecture', {
  3. title: "Lecture ",
  4. query : req.query,
  5. });
  6. })
  7.  
  8. <% console.log('params : ' + JSON.stringify(query)) %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement