Fixes build issues in last merge

This commit is contained in:
Sangat Das
2022-01-27 08:40:52 +00:00
parent 7a451b0c78
commit 613dd2e964
7 changed files with 6 additions and 33 deletions

View File

@@ -4,7 +4,7 @@ Content-Type: application/json
{
"assets": "/assets/",
"blocks": "/blocks/",
"docs": "https://docs.planetmint.io/projects/server/en/v0.9.0/http-client-server-api.html",
"docs": "https://docs.planetmint.com/projects/server/en/v0.9.0/http-client-server-api.html",
"metadata": "/metadata/",
"outputs": "/outputs/",
"streams": "ws://localhost:9985/api/v1/streams/valid_transactions",

View File

@@ -6,7 +6,7 @@ Content-Type: application/json
"v1": {
"assets": "/api/v1/assets/",
"blocks": "/api/v1/blocks/",
"docs": "https://docs.planetmint.io/projects/server/en/v0.9.0/http-client-server-api.html",
"docs": "https://docs.planetmint.com/projects/server/en/v0.9.0/http-client-server-api.html",
"metadata": "/api/v1/metadata/",
"outputs": "/api/v1/outputs/",
"streams": "ws://localhost:9985/api/v1/streams/valid_transactions",
@@ -14,7 +14,7 @@ Content-Type: application/json
"validators": "/api/v1/validators"
}
},
"docs": "https://docs.planetmint.io/projects/server/en/v0.9.0/",
"docs": "https://docs.planetmint.com/projects/server/en/v0.9.0/",
"software": "Planetmint",
"version": "0.9.0"
}