1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 01:51:23 +02:00

different ports

This commit is contained in:
Nikolay Kim
2017-10-22 21:52:01 -07:00
parent 3adddc591d
commit f737a3eb3e
5 changed files with 15 additions and 8 deletions

View File

@ -24,6 +24,6 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
actix = { git = "https://github.com/fafhrd91/actix.git" }
actix = { git = "https://github.com/actix/actix.git" }
# actix = { path = "../../../actix" }
actix-web = { path = "../../" }

View File

@ -1,7 +1,7 @@
# Websocket chat example
This is extension of the
[actix chat example](https://github.com/fafhrd91/actix/tree/master/examples/chat)
[actix chat example](https://github.com/actix/actix/tree/master/examples/chat)
Added features: