Mashape/mockbin

View on GitHub
lib/routes/forwarded.js

Summary

Maintainability
A
0 mins
Test Coverage
F
33%
module.exports = function forwarded(req, res, next) {
    res.body = req.forwarded;

    next();
};