archon/routes/index.js

4 lines
68 B
JavaScript
Raw Normal View History

2022-05-24 18:09:21 -04:00
exports.home = function(req, res, next) {
res.render('index');
2022-05-24 18:09:21 -04:00
};