mirror of
https://github.com/ChaosChemnitz/interfug16
synced 2025-07-08 15:56:06 +02:00
added contact page
This commit is contained in:
parent
81c08e21ee
commit
c57c470cd0
5 changed files with 19 additions and 1 deletions
|
@ -19,4 +19,8 @@ router.get('/home', function(req, res) {
|
|||
});
|
||||
});
|
||||
|
||||
router.get('/kontakt', function(req, res) {
|
||||
res.render('kontakt', {});
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue