-
Notifications
You must be signed in to change notification settings - Fork 5
btp.Router
meta-d edited this page Mar 6, 2024
·
1 revision
原配置
{
"welcomeFile": "blp/index.html",
"routes": [
{
"source": "^/blp/(.*)$",
"target": "$1",
"localDir": "./blp",
"cacheControl": "no-cache, no-store, must-revalidate"
},
{
"source": "^/appconfig/",
"localDir": ".",
"cacheControl": "no-cache, no-store, must-revalidate"
},
{
"source": "^/api/(.*)$",
"target": "$1",
"destination": "srv-api",
"csrfProtection": true
}
]
}