Skip to content

Commit

Permalink
feat: add ACL export
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Aug 1, 2018
1 parent a1a531f commit fdcf0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = app = require(__dirname + '/index.js')
module.exports.ACL = require(__dirname + '/dadi/lib/model/acl')
module.exports.Config = require(__dirname + '/config')
module.exports.Connection = require(__dirname + '/dadi/lib/model/connection')
module.exports.Controller = require(__dirname + '/dadi/lib/controller/documents')
Expand Down

0 comments on commit fdcf0a0

Please sign in to comment.