Skip to content

Commit 533d7b2

Browse files
Remove auth from timelineTemplates
1 parent d6f52d9 commit 533d7b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ module.exports = {
9393
get: {
9494
controller: 'ChallengeTypeTimelineTemplateController',
9595
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]
96+
// auth: 'jwt',
97+
// access: [constants.UserRoles.Admin, constants.UserRoles.Copilot],
98+
// scopes: [CHALLENGE_TYPE_TIMELINE_TEMPLATES.READ, CHALLENGE_TYPE_TIMELINE_TEMPLATES.ALL]
9999
},
100100
post: {
101101
controller: 'ChallengeTypeTimelineTemplateController',

0 commit comments

Comments
 (0)