Update main.rs

renamed Server view controller
This commit is contained in:
michael-bailey 2020-09-27 16:50:54 +01:00
parent 81e7d9b211
commit 7e17b2e0f6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ fn main() -> Result<(), ErrorKind> {
let server = Server::new("server-001", "0.0.0.0:6000", "michael bailey");
ServerControlView::new(server.unwrap());
ServerViewController::new(server.unwrap());
Ok(())
} else {
let mut server = crate::server::server_profile::Server::new("Server-01", "0.0.0.0:6000", "noreply@email.com");