stonecircle/express-autoroute-json

View on GitHub
lib/identityMiddleware.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module.exports = function (req, res, next) {
  // yes it does nothing, but it cleans up the index.js so it is worth it ;)
  next();
};