mirror of
https://github.com/Permissionless-Software-Foundation/psf-bch-api.git
synced 2026-09-23 01:22:02 -07:00
fix(v6/ prefix): Added prefix to URL
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user