const valt1 = (req, res, next) => { req.body.name = 'Árpád' next(); } export { valt1 };