11
0
Fork 0
mirror of https://github.com/ChaosChemnitz/interfug16 synced 2025-07-08 15:56:06 +02:00

added contact page

This commit is contained in:
Felix Bytow 2016-05-22 15:07:58 +02:00
parent 81c08e21ee
commit c57c470cd0
5 changed files with 19 additions and 1 deletions

View file

@ -19,4 +19,8 @@ router.get('/home', function(req, res) {
});
});
router.get('/kontakt', function(req, res) {
res.render('kontakt', {});
});
module.exports = router;