diff --git a/app-router/bookshop b/app-router/bookshop deleted file mode 120000 index a1eee5cc..00000000 --- a/app-router/bookshop +++ /dev/null @@ -1 +0,0 @@ -../bookshop/app/vue \ No newline at end of file diff --git a/app-router/orders b/app-router/orders deleted file mode 120000 index b386dc38..00000000 --- a/app-router/orders +++ /dev/null @@ -1 +0,0 @@ -../orders/app/orders \ No newline at end of file diff --git a/app-router/resources/bookshop b/app-router/resources/bookshop new file mode 120000 index 00000000..eb3ba6dd --- /dev/null +++ b/app-router/resources/bookshop @@ -0,0 +1 @@ +../../bookshop/app/vue \ No newline at end of file diff --git a/app-router/resources/orders b/app-router/resources/orders new file mode 120000 index 00000000..9967c858 --- /dev/null +++ b/app-router/resources/orders @@ -0,0 +1 @@ +../../orders/app/orders \ No newline at end of file diff --git a/app-router/resources/reviews b/app-router/resources/reviews new file mode 120000 index 00000000..df0bc9ba --- /dev/null +++ b/app-router/resources/reviews @@ -0,0 +1 @@ +../../reviews/app/vue \ No newline at end of file diff --git a/app-router/reviews b/app-router/reviews deleted file mode 120000 index 6842f93a..00000000 --- a/app-router/reviews +++ /dev/null @@ -1 +0,0 @@ -../reviews/app/vue \ No newline at end of file diff --git a/app-router/xs-app.json b/app-router/xs-app.json index 8d5f891a..c578d52c 100644 --- a/app-router/xs-app.json +++ b/app-router/xs-app.json @@ -4,12 +4,7 @@ { "source": "^/app/(.*)$", "target": "$1", - "localDir": ".", - "cacheControl": "no-cache, no-store, must-revalidate" - }, - { - "source": "^/appconfig/", - "localDir": ".", + "localDir": "resources", "cacheControl": "no-cache, no-store, must-revalidate" }, { @@ -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" } }