UNPKG

@sap/generator-fiori

Version:

Create an SAPUI5 application using SAP Fiori elements or a freestyle approach

26 lines (25 loc) 588 B
{ "authenticationMethod": "route", "routes": [ { "source": "^/sap/(.*)$", "target": "/sap/$1", "service": "<%- servicekeyService %>", "endpoint": "<%- servicekeyEndpoint %>", "authenticationType": "xsuaa", "csrfProtection": false }, { "source": "^/resources/(.*)$", "target": "/resources/$1", "authenticationType": "none", "destination": "ui5" }, { "source": "^/test-resources/(.*)$", "target": "/test-resources/$1", "authenticationType": "none", "destination": "ui5" } ] }