Skip to content

Commit ff68b2e

Browse files
authored
docs(web_socket_counter): fix cURL script in tutorial (#459)
1 parent baecd27 commit ff68b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorials/web_socket_counter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Now if we visit [http://localhost:8080/ws](http://localhost:8080/ws) in the brow
119119

120120
```bash
121121
curl --request GET \
122-
--url http://localhost:8080
122+
--url http://localhost:8080/ws
123123
```
124124

125125
We should see our new response:

0 commit comments

Comments
 (0)