1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

update websocket example

This commit is contained in:
Nikolay Kim
2018-01-01 09:31:42 -08:00
parent e798af26a2
commit 284b59722a
2 changed files with 7 additions and 3 deletions

View File

@ -111,5 +111,6 @@ members = [
"examples/state",
"examples/template_tera",
"examples/tls",
"examples/websocket",
"examples/websocket-chat",
]