Mashape/mockbin

View on GitHub
lib/routes/bins/form.js

Summary

Maintainability
A
0 mins
Test Coverage
F
33%
module.exports = (req, res, next) => {
    res.view = "bin/create";

    next();
};