github.com/SAP/cloud-mta-build-tool@v1.2.27/integration/testdata/node/neo-app.json (about) 1 { 2 "welcomeFile": "/webapp/index.html", 3 "routes": [{ 4 "path": "/resources", 5 "target": { 6 "type": "service", 7 "name": "sapui5", 8 "entryPath": "/resources" 9 }, 10 "description": "SAPUI5 Resources" 11 }, 12 { 13 "path": "/destinations/TECHED_400", 14 "target": { 15 "type": "destination", 16 "name": "TECHED_400" 17 }, 18 "description": "TECHED_400" 19 }, 20 { 21 "path": "/destinations/TECHED_800", 22 "target": { 23 "type": "destination", 24 "name": "TECHED_800" 25 }, 26 "description": "TECHED_800" 27 }, 28 { 29 "path": "/test-resources", 30 "target": { 31 "type": "service", 32 "name": "sapui5", 33 "entryPath": "/test-resources" 34 }, 35 "description": "SAPUI5 Test Resources" 36 } 37 ], 38 "sendWelcomeFileRedirect": true 39 }