We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f0aed commit 8b32778Copy full SHA for 8b32778
1 file changed
app/app/components/BackendStatus.tsx
@@ -208,8 +208,9 @@ export const BackendStatus: React.FC<BackendStatusProps> = ({
208
</TouchableOpacity>
209
210
<Text style={styles.helpText}>
211
- Enter the WebSocket URL of your backend server. Simple backend: ws://localhost:8000/ws (no auth).
212
- Advanced backend: ws://localhost:8080/v1/listen (requires login). Status is automatically checked.
+ Enter the WebSocket URL of your backend server. Simple backend: http://localhost:8000/ (no auth).
+ Advanced backend: http://localhost:8080/ (requires login). Status is automatically checked.
213
+ The websocket URL can be different or the same as the HTTP URL, with /ws_omi suffix
214
</Text>
215
</View>
216
);
0 commit comments