mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-13 08:38:15 +00:00
Added json_rpc url for cryptonote client.
This commit is contained in:
parent
27617b446b
commit
48cec14bc4
@ -241,6 +241,7 @@ bool StartHTTPRPC()
|
||||
return false;
|
||||
|
||||
RegisterHTTPHandler("/", true, HTTPReq_JSONRPC);
|
||||
RegisterHTTPHandler("/json_rpc", true, HTTPReq_JSONRPC);
|
||||
#ifdef ENABLE_WALLET
|
||||
// ifdef can be removed once we switch to better endpoint support and API versioning
|
||||
RegisterHTTPHandler("/wallet/", false, HTTPReq_JSONRPC);
|
||||
|
Loading…
Reference in New Issue
Block a user