Files
cloud-cap-samples/bookshop/app/xs-app.json
Christian Georgi 1f8a78fe8a Update
2022-03-23 23:25:04 +01:00

20 lines
403 B
JSON

{
"authenticationMethod": "route",
"routes": [
{
"source": "^/app/(.*)$",
"target": "$1",
"localDir": ".",
"authenticationType": "xsuaa",
"cacheControl": "no-cache, no-store, must-revalidate"
},
{
"source": "^/(.*)$",
"target": "$1",
"destination": "srv-api",
"authenticationType": "xsuaa",
"csrfProtection": false
}
]
}