Merge Interface branch onto development branch #5

Closed
michael-bailey wants to merge 53 commits from Interface into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7e17b2e0f6 - Show all commits

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");