simple proxmox

This commit is contained in:
2020-08-26 15:41:47 -04:00
parent f18967ce8b
commit 232c4d6b6f
2 changed files with 2 additions and 1 deletions

View File

@ -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. */