Skip to content

Commit

Permalink
update setting api url
Browse files Browse the repository at this point in the history
  • Loading branch information
freeelancer committed Mar 5, 2024
1 parent 7549699 commit 1ef05b7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion proto/terra/smartaccount/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ service Query {
}

rpc Setting(QuerySettingRequest) returns (QuerySettingResponse) {
option (google.api.http).get = "/terra/smartaccount/v1/params/{address}";
option (google.api.http).get = "/terra/smartaccount/v1/setting/{address}";
}
}

Expand Down
48 changes: 24 additions & 24 deletions x/smartaccount/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/smartaccount/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 1ef05b7

Please sign in to comment.