Files
cloud-cap-samples/app/router/xs-app.json
Vladislav Leonkev 1a0df4d31d deploy bookshop
2024-12-09 15:45:34 +01:00

22 lines
426 B
JSON

{
"routes": [
{
"source": "^/app/(.*)$",
"target": "$1",
"localDir": ".",
"cacheControl": "no-cache, no-store, must-revalidate"
},
{
"source": "^/appconfig/",
"localDir": ".",
"cacheControl": "no-cache, no-store, must-revalidate"
},
{
"source": "^/(.*)$",
"target": "$1",
"destination": "bookshop-api",
"csrfProtection": true
}
]
}