Skip to content

Commit 6ab0784

Browse files
author
nm.suvorov
committed
MR fix
1 parent 0a680ba commit 6ab0784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/Diadoc/Api/sign/SignClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public AsyncMethodResult dssSignV2(String boxId, DssSignRequestV2 request) throw
189189

190190
try {
191191
var url = new URIBuilder(diadocHttpClient.getBaseUrl())
192-
.setPath("V2/DssSign")
192+
.setPath("/V2/DssSign")
193193
.addParameter("boxId", boxId);
194194

195195
var result = diadocHttpClient.performRequest(

0 commit comments

Comments
 (0)