Skip to content

Commit d5d6fa1

Browse files
Update articles/static-web-apps/routes.md
1 parent 11a4b3e commit d5d6fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The following example shows how to build route rules for static content and APIs
176176
"route": "/admin/*",
177177
"allowedRoles": ["administrator"]
178178
},
179-
{
179+
{
180180
"route": "/api/admin",
181181
"allowedRoles": ["administrator"]
182182
},

0 commit comments

Comments
 (0)