Skip to content

Commit

Permalink
fix(schemas): export configurations and helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pattawan Gerlings committed Sep 5, 2018
1 parent 916ea29 commit 76578d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/v1/helpers/index.js
@@ -0,0 +1,4 @@

module.exports.patch = {
request: require('./patch.request')
}
2 changes: 2 additions & 0 deletions lib/v1/index.js
@@ -1,3 +1,5 @@
module.exports.carts = require('./carts')
module.exports.products = require('./products')
module.exports.delivery_notes = require('./delivery_notes')
module.exports.configurations = require('./configurations')
module.exports.helpers = require('./helpers')

0 comments on commit 76578d3

Please sign in to comment.