Remove old http_server crate

This commit is contained in:
Paul Hauner
2019-08-12 15:19:39 +10:00
parent af334b2cf0
commit 6a1e5f6d26
12 changed files with 2 additions and 536 deletions

View File

@@ -18,7 +18,7 @@ impl Default for Config {
Config {
enabled: true, // rest_api enabled by default
listen_address: Ipv4Addr::new(127, 0, 0, 1),
port: 1248,
port: 5052,
}
}
}