Skip to content

Commit

Permalink
Merge pull request #353 from spacemeshos/openapi-fix-host
Browse files Browse the repository at this point in the history
v2alpha1: Fix host url
  • Loading branch information
kacpersaw authored Jun 19, 2024
2 parents c14c452 + 00cf14b commit 5f71279
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
41 changes: 20 additions & 21 deletions release/go/spacemesh/v2alpha1/v2alpha1.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/openapi/swagger/src/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"version": "v2alpha1"
},
"host": "https://testnet-api.spacemesh.network",
"host": "testnet-api.spacemesh.network",
"paths": {
"/spacemesh.v2alpha1.AccountService/List": {
"post": {
Expand Down
2 changes: 1 addition & 1 deletion spacemesh/v2alpha1/v2alpha1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
schemes: HTTPS;
consumes: "application/json";
produces: "application/json";
host: "https://testnet-api.spacemesh.network";
host: "testnet-api.spacemesh.network";
};

0 comments on commit 5f71279

Please sign in to comment.