1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 09:59:21 +02:00

update actix

This commit is contained in:
Nikolay Kim
2017-10-08 00:14:52 -07:00
parent 4102b9e1c5
commit c12669a435
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ impl Handler<ws::Message> for MyWS {
fn main() {
let _ = env_logger::init();
let sys = actix::System::new("http-example".to_owned());
let sys = actix::System::new("http-example");
let mut routes = RoutingMap::default();