parent
81e7d9b211
commit
7e17b2e0f6
|
|
@ -26,7 +26,7 @@ fn main() -> Result<(), ErrorKind> {
|
||||||
|
|
||||||
let server = Server::new("server-001", "0.0.0.0:6000", "michael bailey");
|
let server = Server::new("server-001", "0.0.0.0:6000", "michael bailey");
|
||||||
|
|
||||||
ServerControlView::new(server.unwrap());
|
ServerViewController::new(server.unwrap());
|
||||||
Ok(())
|
Ok(())
|
||||||
} else {
|
} else {
|
||||||
let mut server = crate::server::server_profile::Server::new("Server-01", "0.0.0.0:6000", "noreply@email.com");
|
let mut server = crate::server::server_profile::Server::new("Server-01", "0.0.0.0:6000", "noreply@email.com");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue