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

Commit 81b12e2

Browse files
author
Chirag Patel
committed
add more action in subscription plan service
1 parent ff09c41 commit 81b12e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/src/middleware/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = function () {
1212
let registerAppModule = {
1313
'roles': ['find', 'get'],
1414
'invite': ['create', 'remove'],
15-
'subscription-plans': ['create']
15+
'subscription-plans': ['create', 'update', 'patch', 'remove']
1616
}
1717

1818
subscription.moduleResource.registerAppModule = registerAppModule

0 commit comments

Comments
 (0)