mirror of
https://github.com/actix/examples
synced 2025-02-17 07:23:29 +01:00
Correct path
This commit is contained in:
parent
8124be02dc
commit
567d3d05ce
@ -1,6 +1,6 @@
|
|||||||
//! Simple echo websocket server.
|
//! Simple echo websocket server.
|
||||||
//! Open `http://localhost:8080/ws/index.html` in browser
|
//! Open `http://localhost:8080/ws/index.html` in browser
|
||||||
//! or [python console client](https://github.com/actix/actix-web/blob/master/examples/websocket-client.py)
|
//! or [python console client](https://github.com/actix/examples/blob/master/websocket/websocket-client.py)
|
||||||
//! could be used for testing.
|
//! could be used for testing.
|
||||||
|
|
||||||
#![allow(unused_variables)]
|
#![allow(unused_variables)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user