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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1700,7 +1700,7 @@ UI websocket paths need to be properly routed to the backend service. The follow
1700
1700
}
1701
1701
```
1702
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.
1703
-
- **Example:** (Approuter routes `/ws/chat` to backend service path `/chat`)
1703
+
- **Example:** (`server.js`) - Approuter routes `/ws/chat` to backend service path `/chat`
0 commit comments