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 d6f52d9 commit 533d7b2Copy full SHA for 533d7b2
src/routes.js
@@ -93,9 +93,9 @@ module.exports = {
93
get: {
94
controller: 'ChallengeTypeTimelineTemplateController',
95
method: 'searchChallengeTypeTimelineTemplates',
96
- auth: 'jwt',
97
- access: [constants.UserRoles.Admin, constants.UserRoles.Copilot],
98
- scopes: [CHALLENGE_TYPE_TIMELINE_TEMPLATES.READ, CHALLENGE_TYPE_TIMELINE_TEMPLATES.ALL]
+ // auth: 'jwt',
+ // access: [constants.UserRoles.Admin, constants.UserRoles.Copilot],
+ // scopes: [CHALLENGE_TYPE_TIMELINE_TEMPLATES.READ, CHALLENGE_TYPE_TIMELINE_TEMPLATES.ALL]
99
},
100
post: {
101
0 commit comments