Skip to content

Commit

Permalink
Merge pull request #284 from homotechsual/patch-13
Browse files Browse the repository at this point in the history
Restrict standards to admin
  • Loading branch information
KelvinTegelaar authored Nov 24, 2021
2 parents 7785865 + e54fca5 commit fd17336
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@
"admin"
]
},
{
"route": "standards.html",
"allowedRoles": [
"admin"
]
},
{
"route": "*standard.html",
"allowedRoles": [
"admin"
]
},
{
"route": "*",
"allowedRoles": [
Expand Down

0 comments on commit fd17336

Please sign in to comment.