Added preliminary code for the express-flasher flash message integration - will uncomment code tomorrow when package can be published
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-11-04 17:30:17 -04:00
parent 64e71f7f98
commit 1536c0721d
5 changed files with 146 additions and 3 deletions

View File

@ -10,6 +10,8 @@ exports.getIndex = async function(req, res) {
],
});
//req.flash('info', 'This is a test flash message.');
res.render('index.twig', {
inventory: items,
});