Files
cloud-cap-samples/bookshop/app/xs-app.json
Christian Georgi 7f9474244b Deploy test
2022-03-23 16:58:52 +01:00

20 lines
412 B
JSON

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