Skip to content

Commit be74ac0

Browse files
authored
Merge pull request #187962 from anthonychu/patch-4
[Static Web Apps] Fix json syntax error
2 parents 19e03ac + b87d10e commit be74ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The following example configuration blocks anonymous access and redirects all un
186186
"401": {
187187
"statusCode": 302,
188188
"redirect": "/.auth/login/aad"
189-
},
189+
}
190190
}
191191
}
192192
```

0 commit comments

Comments
 (0)