*Update method name
This commit is contained in:
parent
7a13fcee41
commit
b0a0d1d6be
|
@ -13,7 +13,7 @@ const plugin: Plugin = {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
api.registerMethod("ping", {
|
api.registerMethod("get_methods", {
|
||||||
cacheable: false,
|
cacheable: false,
|
||||||
handler: async (): Promise<RPCResponse | null> => {
|
handler: async (): Promise<RPCResponse | null> => {
|
||||||
return {
|
return {
|
||||||
|
|
Reference in New Issue