kalisio/kBilling

View on GitHub
src/services/index.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import path from 'path'

module.exports = async function () {
  const app = this
  const servicesPath = path.join(__dirname, '..', 'services')

  app.createService('billing', { servicesPath })
}