archon/routes/index.js

4 lines
73 B
JavaScript
Raw Normal View History

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