OpenSAP course officesupplies
This commit is contained in:
16
packages/officesupplies/app/products/xs-app.json
Normal file
16
packages/officesupplies/app/products/xs-app.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"welcomeFile": "/index.html",
|
||||
"authenticationMethod": "none",
|
||||
"routes": [
|
||||
{
|
||||
"source": "^/catalog/(.*)$",
|
||||
"target": "/catalog/$1",
|
||||
"destination": "odata",
|
||||
"csrfProtection": false
|
||||
},
|
||||
{
|
||||
"source": "^(.*)",
|
||||
"localDir": "webapp"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user