Skip to content

Commit f1d8c7d

Browse files
committed
helpers - ws - remove api path segment
1 parent c4bbb97 commit f1d8c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ric-helpers/en/nodata_websocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This device has not sent any data yet.
44
You can connect your device using the WebSocket protocol:
55

66
```
7-
wss://ws.{{env}}/api/v1/objects/{{object.id}}/connect
7+
wss://ws.{{env}}/objects/{{object.id}}/connect
88
```
99

1010
And send something.

.ric-helpers/ru/nodata_websocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Вы можете подключить ваше устройство по протоколу WebSocket:
44

55
```
6-
wss://ws.{{env}}/api/v1/objects/{{object.id}}/connect
6+
wss://ws.{{env}}/objects/{{object.id}}/connect
77
```
88

99
И что-нибудь отправить.

0 commit comments

Comments
 (0)