*add a misc group of rpc functions starting with ping
This commit is contained in:
parent
3c5b04893f
commit
e0b91b02c0
|
@ -0,0 +1,7 @@
|
|||
import { RpcMethodList } from "./index";
|
||||
|
||||
export default {
|
||||
ping: async () => {
|
||||
return { pong: true };
|
||||
},
|
||||
} as RpcMethodList;
|
Loading…
Reference in New Issue