Skip to content

Commit cda9aef

Browse files
authored
update HTTP-API path for API doc (#76)
1 parent 00684a6 commit cda9aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/swagger-ui/pactus.swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/pactus-project/pactus/blob/main/LICENSE"
1414
}
1515
},
16-
"host": "bootstrap1.pactus.org:8080",
16+
"host": "bootstrap1.pactus.org",
1717
"tags": [
1818
{
1919
"name": "Transaction"
@@ -31,7 +31,7 @@
3131
"name": "Wallet"
3232
}
3333
],
34-
"basePath": "",
34+
"basePath": "/http/api",
3535
"schemes": [
3636
"https",
3737
"http"

0 commit comments

Comments
 (0)