Files
xyzw_web_helper/xyzw_web_helper-main开源源码更新/staticwebapp.config.json
2025-10-17 20:56:50 +08:00

19 lines
358 B
JSON

{
"navigationFallback": {
"rewrite": "/index.html",
"exclude": ["/images/*.{png,jpg,gif}", "/css/*", "/js/*", "/*.{ico,svg,woff,woff2,ttf,eot}"]
},
"mimeTypes": {
".json": "text/json"
},
"globalHeaders": {
"Cache-Control": "no-cache"
},
"routes": [
{
"route": "/api/*",
"allowedRoles": ["anonymous"]
}
]
}