Skip to content

Commit cd61f17

Browse files
committed
updated routes
1 parent 3445ae0 commit cd61f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client-v2/staticwebapp.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"routes": [
33
{
4-
"route": "/health",
4+
"route": "/api/health",
55
"redirect": "/health",
66
"statusCode": 301,
77
"allowedRoles": [
88
"anonymous"
99
]
1010
},
1111
{
12-
"route": "/mcp",
12+
"route": "/api/mcp",
1313
"redirect": "/mcp",
1414
"statusCode": 301,
1515
"allowedRoles": [

0 commit comments

Comments
 (0)