@cap-js-community/sap-afc-sdk
Version:
SAP Advanced Financial Closing SDK for CDS
19 lines (18 loc) • 366 B
JSON
{
"authenticationMethod": "route",
"routes": [
{
"source": "^/?odata/(.*)$",
"target": "/odata/$1",
"destination": "srv-api",
"authenticationType": "xsuaa",
"csrfProtection": true
},
{
"source": "^(.*)$",
"target": "$1",
"service": "html5-apps-repo-rt",
"authenticationType": "xsuaa"
}
]
}