Skip to content

Commit d9e6dff

Browse files
committed
Update
1 parent ce58e62 commit d9e6dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ UI websocket paths need to be properly routed to the backend service. The follow
17001700
}
17011701
```
17021702
- To access UI with and without Approuter (local development), the backend service can adjust for the Approuter path prefix in the `upgrade` server request.
1703-
- **Example:** (Approuter routes `/ws/chat` to backend service path `/chat`)
1703+
- **Example:** (`server.js`) - Approuter routes `/ws/chat` to backend service path `/chat`
17041704
```js
17051705
cds.on("listening", async ({ server, url }) => {
17061706
server.on("upgrade", function (req) {

0 commit comments

Comments
 (0)