You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/resources/apps/models/app_route_spec.yml
+4
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,7 @@ properties:
6
6
all components within an app.
7
7
type: string
8
8
example: /api
9
+
preserve_path_prefix:
10
+
description: An optional flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component. For example, a component with `path=/api` will have requests to `/api/list` trimmed to `/list`. If this value is `true`, the path will remain `/api/list`.
0 commit comments