Skip to content

Commit 8b32778

Browse files
committed
fix label
1 parent 30f0aed commit 8b32778

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/app/components/BackendStatus.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,9 @@ export const BackendStatus: React.FC<BackendStatusProps> = ({
208208
</TouchableOpacity>
209209

210210
<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.
211+
Enter the WebSocket URL of your backend server. Simple backend: http://localhost:8000/ (no auth).
212+
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
213214
</Text>
214215
</View>
215216
);

0 commit comments

Comments
 (0)