simple proxmox
This commit is contained in:
@ -8,7 +8,7 @@ const {InviteToken, PasswordResetToken} = require('./../models/token');
|
||||
|
||||
/* GET home page. */
|
||||
router.get('/', async function(req, res, next) {
|
||||
res.render('home', { title: 'Express' });
|
||||
res.render('topics', { title: 'Express' });
|
||||
});
|
||||
|
||||
/* GET home page. */
|
||||
|
Reference in New Issue
Block a user