Files
cloud-cap-samples/packages/officesupplies/app/products/xs-app.json
2020-02-27 14:57:46 +01:00

17 lines
291 B
JSON

{
"welcomeFile": "/index.html",
"authenticationMethod": "none",
"routes": [
{
"source": "^/catalog/(.*)$",
"target": "/catalog/$1",
"destination": "odata",
"csrfProtection": false
},
{
"source": "^(.*)",
"localDir": "webapp"
}
]
}