makeomatic/mservice

View on GitHub
benchmarks/microfleet-next/actions/hello.js

Summary

Maintainability
A
0 mins
Test Coverage
async function hello() {
  return { hello: 'world' }
}

hello.schema = false

module.exports = hello