We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0408c commit e7c70d6Copy full SHA for e7c70d6
src/routes/TeamRoutes.js
@@ -112,12 +112,16 @@ module.exports = {
112
post: {
113
controller: "TeamController",
114
method: "calculateAmount",
115
+ auth: 'jwt',
116
+ scopes: [constants.Scopes.CREATE_TAAS_TEAM]
117
},
118
119
"/taas-teams/createPayment": {
120
121
122
method: "createPayment",
123
124
125
126
}
127
0 commit comments