Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 1565382

Browse files
author
Chirag Patel
committed
set invite in subscription
1 parent 95baf6b commit 1565382

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

service/src/middleware/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ module.exports = function () {
1010

1111
subscription.moduleResource.moduleName = 'subscription'
1212
let registerAppModule = {
13-
'roles': ['find', 'get']
13+
'roles': ['find', 'get'],
14+
'invite': ['create', 'remove']
1415
}
1516

1617
subscription.moduleResource.registerAppModule = registerAppModule

0 commit comments

Comments
 (0)