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 b93bf5b commit 9c40c52Copy full SHA for 9c40c52
src/routes.js
@@ -139,10 +139,10 @@ module.exports = {
139
},
140
post: {
141
controller: 'ChallengeSettingController',
142
- method: 'createChallengeSetting',
143
- auth: 'jwt',
144
- access: [constants.UserRoles.Admin, constants.UserRoles.Copilot],
145
- scopes: [CHALLENGE_SETTINGS.CREATE, CHALLENGE_SETTINGS.ALL]
+ method: 'createChallengeSetting'
+ // auth: 'jwt',
+ // access: [constants.UserRoles.Admin, constants.UserRoles.Copilot],
+ // scopes: [CHALLENGE_SETTINGS.CREATE, CHALLENGE_SETTINGS.ALL]
146
}
147
148
'/challengeSettings/:challengeSettingId': {
0 commit comments