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