We're a place where coders share, stay up-to-date and grow their careers.
Great article! Thanks :)
I noticed you have: req.render('post', { title, body }); shouldn't it be: res.render('post', { title, body }); ?
Good catch! I'll update my snippets
Great article! Thanks :)
I noticed you have: req.render('post', { title, body });
shouldn't it be: res.render('post', { title, body }); ?
Good catch! I'll update my snippets