adds wifi command to top level

This commit is contained in:
Keagan McClelland
2021-09-07 15:29:55 -06:00
committed by Aiden McClelland
parent 6cb0d1ac1b
commit 2f2feaf4ca

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