UNPKG

getting-started

Version:

Tutoral for Getting Started with Taunus

11 lines (9 loc) 154 B
'use strict'; module.exports = function (req, res, next) { res.viewModel = { model: { title: 'Welcome Home, Taunus!' } }; next(); };