Files
the-example-app-nodejs/routes/imprint.js
2017-11-07 17:33:32 +01:00

5 lines
92 B
JavaScript

exports.getImprint = (req, res, next) => {
res.render('imprint', { title: 'Imprint' })
}