Specify any additional options for your destinations.
The destinations section in xs-app.json extends the destination configuration in the deployment manifest (manifest.yml), for example, with some static properties such as a logout path.
{ "destinations": { "node-backend": { "logoutPath": "/ui5logout", "logoutMethod": "GET" } } }
The following syntax rules apply:
Application Router: Destination Properties
|
Property |
Type |
Mandatory |
Description |
|---|---|---|---|
|
|
String |
No |
The log out end point for your destination. The |
|
|
String |
No |
The |