archon/routes/auth.js

4 lines
72 B
JavaScript

exports.getLogin = (req, res, next) => {
res.render('auth/login');
};