feat(imprint): add imprint
This commit is contained in:
committed by
Benedikt Rötsch
parent
fb7755f10f
commit
c35c8983b1
4
routes/imprint.js
Normal file
4
routes/imprint.js
Normal file
@@ -0,0 +1,4 @@
|
||||
exports.getImprint = (req, res, next) => {
|
||||
res.render('imprint', { title: 'Imprint' })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user