Skip to content

Commit

Permalink
fix params query url
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed May 29, 2024
1 parent 3f7bb68 commit 8b5eb87
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion proto/provenance/ibchooks/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import "provenance/ibchooks/v1/params.proto";
service Query {
// Params queries params of the ihchooks module.
rpc Params(QueryParamsRequest) returns (QueryParamsResponse) {
option (google.api.http).get = "/provenance/attribute/v1/params";
option (google.api.http).get = "/provenance/ibchooks/v1/params";
}
}

Expand Down
17 changes: 8 additions & 9 deletions x/ibchooks/types/query.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 x/ibchooks/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 8b5eb87

Please sign in to comment.