fix(v6/ prefix): Added prefix to URL

This commit is contained in:
Chris Troutner
2025-11-09 21:17:22 -08:00
parent 865993c1a9
commit b41fa29c36
7 changed files with 49 additions and 30 deletions
@@ -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.