File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ module.exports = {
92
92
'/challengeTimelines' : {
93
93
get : {
94
94
controller : 'ChallengeTypeTimelineTemplateController' ,
95
- method : 'searchChallengeTypeTimelineTemplates' ,
95
+ method : 'searchChallengeTypeTimelineTemplates'
96
96
// auth: 'jwt',
97
97
// access: [constants.UserRoles.Admin, constants.UserRoles.Copilot],
98
98
// scopes: [CHALLENGE_TYPE_TIMELINE_TEMPLATES.READ, CHALLENGE_TYPE_TIMELINE_TEMPLATES.ALL]
@@ -108,10 +108,10 @@ module.exports = {
108
108
'/challengeTimelines/:challengeTypeTimelineTemplateId' : {
109
109
get : {
110
110
controller : 'ChallengeTypeTimelineTemplateController' ,
111
- method : 'getChallengeTypeTimelineTemplate' ,
112
- auth : 'jwt' ,
113
- access : [ constants . UserRoles . Admin , constants . UserRoles . Copilot ] ,
114
- scopes : [ CHALLENGE_TYPE_TIMELINE_TEMPLATES . READ , CHALLENGE_TYPE_TIMELINE_TEMPLATES . ALL ]
111
+ method : 'getChallengeTypeTimelineTemplate'
112
+ // auth: 'jwt',
113
+ // access: [constants.UserRoles.Admin, constants.UserRoles.Copilot],
114
+ // scopes: [CHALLENGE_TYPE_TIMELINE_TEMPLATES.READ, CHALLENGE_TYPE_TIMELINE_TEMPLATES.ALL]
115
115
} ,
116
116
put : {
117
117
controller : 'ChallengeTypeTimelineTemplateController' ,
You can’t perform that action at this time.
0 commit comments