make manage-orders app relative

This commit is contained in:
Johannes Vogt
2025-03-26 11:17:58 +01:00
parent bfa1c174f1
commit bfa20d0b49
2 changed files with 1 additions and 12 deletions

View File

@@ -7,11 +7,6 @@
"localDir": ".",
"cacheControl": "no-cache, no-store, must-revalidate"
},
{
"source": "^/appconfig/",
"localDir": ".",
"cacheControl": "no-cache, no-store, must-revalidate"
},
{
"source": "^/admin/(.*)$",
"target": "/admin/$1",
@@ -41,12 +36,6 @@
"target": "/reviews/$1",
"destination": "reviews-api",
"csrfProtection": true
},
{
"source": "^(.*)$",
"target": "$1",
"localDir": ".",
"cacheControl": "no-cache, no-store, must-revalidate"
}
]
}

View File

@@ -16,7 +16,7 @@
description: "CAP Sample App",
additionalInformation: "SAPUI5.Component=orders",
applicationType : "URL",
url: "/orders/webapp",
url: "webapp",
navigationMode: "embedded"
}
}