Skip to content

Commit

Permalink
remove denom from the query path
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 11, 2024
1 parent 5ac6153 commit 0977f57
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 104 deletions.
38 changes: 19 additions & 19 deletions api/opinit/opchild/v1/query.pulsar.go

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

2 changes: 1 addition & 1 deletion proto/opinit/opchild/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ service Query {

rpc BaseDenom(QueryBaseDenomRequest) returns (QueryBaseDenomResponse) {
option (cosmos.query.v1.module_query_safe) = true;
option (google.api.http).get = "/opinit/opchild/v1/base_denom/{denom}";
option (google.api.http).get = "/opinit/opchild/v1/base_denom";
}
}

Expand Down
105 changes: 52 additions & 53 deletions x/opchild/types/query.pb.go

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

44 changes: 13 additions & 31 deletions x/opchild/types/query.pb.gw.go

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

0 comments on commit 0977f57

Please sign in to comment.