-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathneo-app.json
125 lines (125 loc) · 2.97 KB
/
neo-app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"routes": [
{
"path": "/sap/opu/odata",
"target": {
"type": "destination",
"name": "RefAppsBackend",
"entryPath": "/sap/opu/odata"
},
"description": "Backend OData services"
},
{
"path": "/sap/public/bc/NWDEMO_MODEL",
"target": {
"type": "destination",
"name": "RefAppsBackend",
"entryPath": "/sap/public/bc/NWDEMO_MODEL",
"preferLocal": true
},
"description": "EPM mime picture service"
},
{
"path": "/sap/bc/lrep/",
"target": {
"type": "destination",
"name": "RefAppsBackend",
"entryPath": "/sap/bc/lrep/"
},
"description": "LRep support: calls to same backend"
},
{
"path": "/webapp/Component-changes.json",
"target": {
"type": "destination",
"name": "RefAppsBackend",
"entryPath": "/sap/bc/ui5_ui5/sap/epmra_shop/Component-changes.json"
},
"description": "Component-changes.json"
},
{
"path": "Component-changes.json",
"target": {
"type": "destination",
"name": "RefAppsBackend",
"entryPath": "/sap/bc/ui5_ui5/sap/epmra_shop/Component-changes.json"
},
"description": "Component-changes.json"
},
{
"path": "/webapp/resources",
"target": {
"type": "application",
"name": "sapui5preview",
"entryPath": "/resources"
},
"description": "SAPUI5 Resources"
},
{
"path": "/webapp/resources",
"target": {
"type": "service",
"name": "sapui5",
"entryPath": "/resources"
},
"description": "SAPUI5 Resources"
},
{
"path": "/webapp/test-resources",
"target": {
"type": "application",
"name": "sapui5preview",
"entryPath": "/test-resources"
},
"description": "SAPUI5 Test Resources"
},
{
"path": "/webapp/test-resources",
"target": {
"type": "service",
"name": "sapui5",
"entryPath": "/test-resources"
},
"description": "SAPUI5 Test Resources"
},
{
"path": "/resources",
"target": {
"type": "application",
"name": "sapui5preview",
"entryPath": "/resources"
},
"description": "SAPUI5 Resources"
},
{
"path": "/resources",
"target": {
"type": "service",
"name": "sapui5",
"entryPath": "/resources"
},
"description": "SAPUI5 Resources"
},
{
"path": "/test-resources",
"target": {
"type": "application",
"name": "sapui5preview",
"entryPath": "/test-resources"
},
"description": "SAPUI5 Test Resources"
},
{
"path": "/test-resources",
"target": {
"type": "service",
"name": "sapui5",
"entryPath": "/test-resources"
},
"description": "SAPUI5 Test Resources"
}
],
"headerWhiteList": [
"X-UI5-Component"
]
}