raumstatus/routes/index.js
2022-09-04 13:53:33 +02:00

4 lines
85 B
JavaScript
Executable file

exports.index = function (req, res) {
res.render('index', { title: 'Home' })
};