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: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ using [@sap/cds](https://www.npmjs.com/package/@sap/cds) (CDS Node.js).
51
51
-[Connect & Disconnect](#connect--disconnect)
52
52
-[Server Client Service](#server-client-service)
53
53
-[Approuter](#approuter)
54
+
-[Paths](#paths)
54
55
-[Operations](#operations)
55
56
-[Operation Results](#operation-results)
56
57
-[Unbound Operations](#unbound-operations)
@@ -1701,10 +1702,12 @@ UI websocket paths need to be properly routed to the backend service. The follow
1701
1702
- To access UI with and without Approuter (local development), the backend service can adjust for the Approuter path prefix in the `upgrade` server request.
1702
1703
- **Example:** (Approuter routes `/ws/chat` to backend service path `/chat`)
0 commit comments