Auto reload and bug fixes
This commit is contained in:
@@ -12,7 +12,7 @@ router.use("/health", healthRouter);
|
||||
/* GET home page. */
|
||||
router.get('/', async (req, res) => {
|
||||
const email = (await req.getUserInfo())?.email ?? "No email found!";
|
||||
res.render('index', {title: 'Express', email, externalUrl: Config.EXTERNAL_BASE_URL});
|
||||
res.render('index', {title: 'Express', email});
|
||||
});
|
||||
|
||||
router.get('/logout', (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user