@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
18 lines (17 loc) • 392 B
JSON
{
"authenticationMethod": "route",
"routes": [
{
"source": "^(?:/app|/app/.*)?/resources/(.*)$",
"target": "/resources/$1",
"authenticationType": "none",
"destination": "ui5"
},
{
"source": "^(?:/app|/app/.*)?/test-resources/(.*)$",
"target": "/test-resources/$1",
"authenticationType": "none",
"destination": "ui5"
}
]
}