adds wifi command to top level

This commit is contained in:
Keagan McClelland
2021-09-07 15:29:55 -06:00
parent b23d46f254
commit 3a55b35bf4

View File

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