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

Commit 4e8825d

Browse files
author
Chirag Patel
committed
set subscription plan crate link to superadmin
1 parent 2f41b3a commit 4e8825d

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
@@ -11,7 +11,8 @@ module.exports = function () {
1111
subscription.moduleResource.moduleName = 'subscription'
1212
let registerAppModule = {
1313
'roles': ['find', 'get'],
14-
'invite': ['create', 'remove']
14+
'invite': ['create', 'remove'],
15+
'subscription-plans': ['create']
1516
}
1617

1718
subscription.moduleResource.registerAppModule = registerAppModule

0 commit comments

Comments
 (0)