mirror of
https://github.com/donl/screenspook.git
synced 2026-06-30 06:12:19 -06:00
3 lines
78 B
JavaScript
3 lines
78 B
JavaScript
exports.test = function(req, res) {
|
|
res.render('index', { title: 'TEST' })
|
|
}
|