feat(imprint): add imprint

This commit is contained in:
Benedikt Rötsch
2017-10-24 16:55:42 +02:00
committed by Benedikt Rötsch
parent fb7755f10f
commit c35c8983b1
4 changed files with 43 additions and 2 deletions

4
routes/imprint.js Normal file
View File

@@ -0,0 +1,4 @@
exports.getImprint = (req, res, next) => {
res.render('imprint', { title: 'Imprint' })
}