Open galuh1300d opened 5 years ago
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
Hello, can i use express-messages without defining
because i try it to combine with fastify, but fastify doesn't have locals thanks before