5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
exports.getImprint = (req, res, next) => {
|
|
res.render('imprint', { title: 'Imprint' })
|
|
}
|
|
|