exprexo/exprexo

View on GitHub
test/fixtures/functions/post.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function (req, res) {
  return {
    foo: 'bar'
  }
}