Skip to content

Commit a3c3f33

Browse files
committed
updated routes
1 parent f3b0539 commit a3c3f33

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

client-v2/staticwebapp.config.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"routes": [
33
{
4-
"route": "/mcp"
5-
}
4+
"route": "/health",
5+
"allowedRoles": [
6+
"anonymous"
7+
]
8+
},
9+
{
10+
"route": "/mcp",
11+
"allowedRoles": [
12+
"anonymous"
13+
]
14+
}
615
],
716
"globalHeaders": {
817
"Access-Control-Allow-Origin": "*",

0 commit comments

Comments
 (0)