mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
adds wifi command to top level
This commit is contained in:
@@ -71,6 +71,7 @@ pub fn echo(#[arg] message: String) -> Result<String, RpcError> {
|
|||||||
auth::auth,
|
auth::auth,
|
||||||
db::db,
|
db::db,
|
||||||
ssh::ssh,
|
ssh::ssh,
|
||||||
|
net::wifi::wifi
|
||||||
))]
|
))]
|
||||||
pub fn main_api() -> Result<(), RpcError> {
|
pub fn main_api() -> Result<(), RpcError> {
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
Reference in New Issue
Block a user