Mashape/mockbin

View on GitHub
lib/routes/request.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module.exports = function rquest(req, res, next) {
    res.yamlInline = 6;

    res.body = req.simple;

    next();
};