Skip to content

Commit

Permalink
need participant on two more routes
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jun 16, 2023
1 parent 7cb84ab commit 7167bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"handlers": [{
"function": "permissionHandler",
"args": [
["Admin", "Expert"]
["Admin", "Expert", "Participant"]
]
},
{
Expand Down Expand Up @@ -338,7 +338,7 @@
"handlers": [{
"function": "permissionHandler",
"args": [
["Admin", "Expert"]
["Admin", "Expert", "Participant"]
]
},
{
Expand Down

0 comments on commit 7167bb0

Please sign in to comment.