mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-27 15:24:39 +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;
|
return false;
|
||||||
|
|
||||||
RegisterHTTPHandler("/", true, HTTPReq_JSONRPC);
|
RegisterHTTPHandler("/", true, HTTPReq_JSONRPC);
|
||||||
|
RegisterHTTPHandler("/json_rpc", true, HTTPReq_JSONRPC);
|
||||||
#ifdef ENABLE_WALLET
|
#ifdef ENABLE_WALLET
|
||||||
// ifdef can be removed once we switch to better endpoint support and API versioning
|
// ifdef can be removed once we switch to better endpoint support and API versioning
|
||||||
RegisterHTTPHandler("/wallet/", false, HTTPReq_JSONRPC);
|
RegisterHTTPHandler("/wallet/", false, HTTPReq_JSONRPC);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user