enable ssh

This commit is contained in:
Aiden McClelland
2021-09-07 01:44:53 -06:00
parent 4ddf2816ab
commit 45dfe2d562

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(())