From bfa20d0b492b9976f3a79ea10bb9a7f912376cd6 Mon Sep 17 00:00:00 2001 From: Johannes Vogt Date: Wed, 26 Mar 2025 11:17:58 +0100 Subject: [PATCH] make manage-orders app relative --- app-router/xs-app.json | 11 ----------- orders/app/orders/index.html | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/app-router/xs-app.json b/app-router/xs-app.json index 8d5f891a..a7256f12 100644 --- a/app-router/xs-app.json +++ b/app-router/xs-app.json @@ -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" } ] } diff --git a/orders/app/orders/index.html b/orders/app/orders/index.html index 5761894b..57cbe8fa 100644 --- a/orders/app/orders/index.html +++ b/orders/app/orders/index.html @@ -16,7 +16,7 @@ description: "CAP Sample App", additionalInformation: "SAPUI5.Component=orders", applicationType : "URL", - url: "/orders/webapp", + url: "webapp", navigationMode: "embedded" } }