enable ssh

This commit is contained in:
Aiden McClelland
2021-09-07 01:44:53 -06:00
committed by Aiden McClelland
parent 123bdfd658
commit e7a594b48d

View File

@@ -70,6 +70,7 @@ pub fn echo(#[arg] message: String) -> Result<String, RpcError> {
net::net,
auth::auth,
db::db,
ssh::ssh,
))]
pub fn main_api() -> Result<(), RpcError> {
Ok(())