mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
remove ping method
This commit is contained in:
parent
18ef592c55
commit
b90e56c508
1 changed files with 0 additions and 7 deletions
|
@ -59,13 +59,6 @@ struct GetIntID {
|
|||
pub fn new_rpc_module(state: RpcState) -> RpcModule<RpcState> {
|
||||
let mut module = RpcModule::new(state);
|
||||
|
||||
module
|
||||
.register_method("ping", |_, _| {
|
||||
info!("ping called");
|
||||
"pong"
|
||||
})
|
||||
.unwrap();
|
||||
|
||||
module
|
||||
.register_method("system.get_user", system::get_user)
|
||||
.unwrap();
|
||||
|
|
Loading…
Add table
Reference in a new issue