From ee244be2474c0a2f32067ef6fc775516823e853b Mon Sep 17 00:00:00 2001 From: Tim Schulze-Hartung Date: Fri, 23 May 2025 15:17:56 +0200 Subject: [PATCH] Include `cds add approuter` in MT guide again It's mentioned explicitly and the facet that would include it is optional --- guides/multitenancy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/multitenancy/index.md b/guides/multitenancy/index.md index fe5e895c6..cbcf0fb34 100644 --- a/guides/multitenancy/index.md +++ b/guides/multitenancy/index.md @@ -720,7 +720,7 @@ In order to get your multitenant application deployed, follow this excerpt from Once: Add SAP HANA Cloud, XSUAA, and [App Router](../deployment/to-cf#add-app-router) configuration. The App Router acts as a single point-of-entry gateway to route requests to. In particular, it ensures user login and authentication in combination with XSUAA. ```sh -cds add hana,xsuaa +cds add hana,xsuaa,approuter ``` If you intend to serve UIs you can easily set up the SAP Cloud Portal service: