express-messages icon indicating copy to clipboard operation
express-messages copied to clipboard

Can i use it without defining res.locals.messages?

Open galuh1300d opened this issue 7 years ago • 0 comments

Hello, can i use express-messages without defining

app.use(function (req, res, next) {
  res.locals.messages = require('express-messages')(req, res);
  next();
});

because i try it to combine with fastify, but fastify doesn't have locals thanks before

galuh1300d avatar Dec 23 '18 15:12 galuh1300d