make manage-orders app relative
This commit is contained in:
@@ -7,11 +7,6 @@
|
|||||||
"localDir": ".",
|
"localDir": ".",
|
||||||
"cacheControl": "no-cache, no-store, must-revalidate"
|
"cacheControl": "no-cache, no-store, must-revalidate"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"source": "^/appconfig/",
|
|
||||||
"localDir": ".",
|
|
||||||
"cacheControl": "no-cache, no-store, must-revalidate"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"source": "^/admin/(.*)$",
|
"source": "^/admin/(.*)$",
|
||||||
"target": "/admin/$1",
|
"target": "/admin/$1",
|
||||||
@@ -41,12 +36,6 @@
|
|||||||
"target": "/reviews/$1",
|
"target": "/reviews/$1",
|
||||||
"destination": "reviews-api",
|
"destination": "reviews-api",
|
||||||
"csrfProtection": true
|
"csrfProtection": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"source": "^(.*)$",
|
|
||||||
"target": "$1",
|
|
||||||
"localDir": ".",
|
|
||||||
"cacheControl": "no-cache, no-store, must-revalidate"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
description: "CAP Sample App",
|
description: "CAP Sample App",
|
||||||
additionalInformation: "SAPUI5.Component=orders",
|
additionalInformation: "SAPUI5.Component=orders",
|
||||||
applicationType : "URL",
|
applicationType : "URL",
|
||||||
url: "/orders/webapp",
|
url: "webapp",
|
||||||
navigationMode: "embedded"
|
navigationMode: "embedded"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user