mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:39:28 +00:00
Prepare for register and login functionality
This commit is contained in:
@@ -7,7 +7,8 @@ router.get('/reports', (req, res, next) => {
|
||||
/*
|
||||
return res.render('reports', {
|
||||
title: 'Stratos - Reports',
|
||||
current: 'Reports'
|
||||
current: 'Reports',
|
||||
name: req.session.fullName
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user