mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:39:32 +00:00
Added login template and route
This commit is contained in:
@@ -7,6 +7,12 @@ router.get('/', (req, res) => {
|
||||
});
|
||||
});
|
||||
|
||||
router.get('/login', (req, res) => {
|
||||
return res.render('login', {
|
||||
title: 'Stratos - Login'
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
module.exports = {
|
||||
root: '/',
|
||||
|
||||
Reference in New Issue
Block a user