Function create_server

Source
pub fn create_server(api: NodeApi, ip_port_addr: String) -> Result<Server>
Expand description

Function to create the Actix HTTP server This function sets up the server and routes. External users can call this function to create and run the server.