1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Correct path

This commit is contained in:
Kelly Thomas Kline 2018-05-20 18:28:45 -07:00 committed by GitHub
parent 8124be02dc
commit 567d3d05ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
//! Simple echo websocket server.
//! 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.
#![allow(unused_variables)]