mirror of
https://github.com/Permissionless-Software-Foundation/psf-bch-api.git
synced 2026-09-22 17:12:02 -07:00
fix(v6/ prefix): Added prefix to URL
This commit is contained in:
@@ -28,7 +28,7 @@ class ControlRESTController {
|
||||
}
|
||||
|
||||
/**
|
||||
* @api {get} /full-node/control/ Service status
|
||||
* @api {get} /v6/full-node/control/ Service status
|
||||
* @apiName ControlRoot
|
||||
* @apiGroup Control
|
||||
*
|
||||
@@ -41,7 +41,7 @@ class ControlRESTController {
|
||||
}
|
||||
|
||||
/**
|
||||
* @api {get} /full-node/control/getNetworkInfo Get Network Info
|
||||
* @api {get} /v6/full-node/control/getNetworkInfo Get Network Info
|
||||
* @apiName GetNetworkInfo
|
||||
* @apiGroup Control
|
||||
* @apiDescription RPC call that gets basic full node information.
|
||||
|
||||
Reference in New Issue
Block a user