diff options
Diffstat (limited to 'pkg/types')
-rw-r--r-- | pkg/types/endpoint.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/types/endpoint.go b/pkg/types/endpoint.go index 0e4bab2..b93d2f6 100644 --- a/pkg/types/endpoint.go +++ b/pkg/types/endpoint.go @@ -10,9 +10,9 @@ const ( EndpointGetTreeHeadLatest = Endpoint("get-tree-head-latest") EndpointGetTreeHeadToSign = Endpoint("get-tree-head-to-sign") EndpointGetTreeHeadCosigned = Endpoint("get-tree-head-cosigned") - EndpointGetInclusionProof = Endpoint("get-inclusion-proof") - EndpointGetConsistencyProof = Endpoint("get-consistency-proof") - EndpointGetLeaves = Endpoint("get-leaves") + EndpointGetInclusionProof = Endpoint("get-inclusion-proof/") + EndpointGetConsistencyProof = Endpoint("get-consistency-proof/") + EndpointGetLeaves = Endpoint("get-leaves/") ) // Path joins a number of components to form a full endpoint path. For example, |