Skip to content

Commit

Permalink
- fix api urls
Browse files Browse the repository at this point in the history
  • Loading branch information
StrathCole committed Oct 14, 2024
1 parent 2e22c9c commit ef8a0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/terra/tax/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ option go_package = "github.com/classic-terra/core/v3/x/tax/types";

service Query {
rpc Params(QueryParamsRequest) returns (QueryParamsResponse) {
option (google.api.http).get = "/terra/tax/Params";
option (google.api.http).get = "/terra/tax/v1beta1/params";
}
rpc BurnTaxRate(QueryBurnTaxRateRequest) returns (QueryBurnTaxRateResponse) {
option (google.api.http).get = "/terra/tax/BurnTaxRate";
option (google.api.http).get = "/terra/tax/v1beta1/burn_tax_rate";
}
}

Expand Down

0 comments on commit ef8a0f6

Please sign in to comment.