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 DSProofRESTController {
}
/**
* @api {get} /full-node/dsproof/ Service status
* @api {get} /v6/full-node/dsproof/ Service status
* @apiName DSProofRoot
* @apiGroup DSProof
*
@@ -41,7 +41,7 @@ class DSProofRESTController {
}
/**
* @api {get} /full-node/dsproof/getDSProof/:txid Get Double-Spend Proof
* @api {get} /v6/full-node/dsproof/getDSProof/:txid Get Double-Spend Proof
* @apiName GetDSProof
* @apiGroup DSProof
* @apiDescription Get information for a double-spend proof.