docs: fix JSON-RPC typo

Removed trailing comma in the JSON-RPC request example for
"Get Server Config", as that will raise an error.

Signed-off-by: Carl Rothe (carlrothe@gmail.com)
This commit is contained in:
quarkvalk
2023-06-01 18:16:04 -05:00
committed by Eric Callahan
parent 1a5cf56532
commit aa0f89c2a4

View File

@@ -313,7 +313,7 @@ JSON-RPC request:
{
"jsonrpc": "2.0",
"method": "server.config",
"id": 5616,
"id": 5616
}
```
Returns: