Skip to content

Commit

Permalink
fix: invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brusherru committed Oct 25, 2024
1 parent 5458078 commit 7881e59
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions spacemesh/v2alpha1/v2alpha1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ import "protoc-gen-openapiv2/options/annotations.proto";

option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "Spacemesh API";
version: "v2alpha1";
title: "Spacemesh API",
version: "v2alpha1",
contact: {
name: "Spacemesh";
url: "https://spacemesh.io/";
};
name: "Spacemesh",
url: "https://spacemesh.io/",
},
license: {
name: "MIT License";
url: "https://github.com/spacemeshos/go-spacemesh/blob/develop/LICENSE";
};
};
schemes: HTTPS;
consumes: "application/json";
produces: "application/json";
host: "testnet-api.spacemesh.network";
name: "MIT License",
url: "https://github.com/spacemeshos/go-spacemesh/blob/develop/LICENSE",
},
},
schemes: HTTPS,
consumes: "application/json",
produces: "application/json",
host: "testnet-api.spacemesh.network",
};

enum SortOrder {
Expand Down

0 comments on commit 7881e59

Please sign in to comment.