Kishore Thutaram
SAP Solution Architect | 16+ Years' Experience in SAP | Sharing Practical SAP Knowledge | Engineering Graduate with Expertise in SAP Architecture
https://fiowelt.comRequirement: Change the default path to the new destination in the SAP UI5 project
Steps: Open the file neo-app.json
Add the code below last inside the routes array
"routes": [
{
"path": "/resources",
"target": {
"type": "service",
"name": "sapui5",
"entryPath": "/resources"
},
"description": "SAPUI5 Resources"
},
.........
................ new destination
{
"path": "/v1/mulesoft/dest",
"target": {
"type": "destination",
"name": "sapms4V4", //system destination
"entryPath": "v1/mulesoft/dest"
},
"description": "Gateway"
}
]
SAP Solution Architect | 16+ Years' Experience in SAP | Sharing Practical SAP Knowledge | Engineering Graduate with Expertise in SAP Architecture
https://fiowelt.com