Update static web app route configuration

This commit is contained in:
2026-04-08 19:06:26 -05:00
parent 7a484672da
commit 605d27d546

11
staticwebapp.config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"routes": [
{
"route": "*",
"methods": [
"get"
],
"rewrite": "/"
}
]
}