UNPKG

@cap-js-community/sap-afc-sdk

Version:

SAP Advanced Financial Closing SDK for CDS

29 lines (28 loc) 577 B
{ "authenticationMethod": "route", "routes": [ { "source": "^/?odata/(.*)$", "target": "/odata/$1", "destination": "srv-api", "authenticationType": "xsuaa", "csrfProtection": true }, { "source": "^/?ws/(.*)$", "target": "/ws/$1", "destination": "srv-api", "authenticationType": "xsuaa", "csrfProtection": true }, { "source": "^(.*)$", "target": "$1", "service": "html5-apps-repo-rt", "authenticationType": "xsuaa" } ], "websockets": { "enabled": true } }