Skip to content

Commit

Permalink
chore: fix swagger's config path for wasm (#391)
Browse files Browse the repository at this point in the history
* chore: fix swagger's config path for wasm

* chore: add the changes to `CHANGELOG.md`
  • Loading branch information
zemyblue authored Dec 6, 2021
1 parent e1097a2 commit d05e357
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 111 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

### Bug Fixes
* (x/feegrant) [\#383] (https://github.com/line/lbm-sdk/pull/383) update allowance inside AllowedMsgAllowance
* (swagger) [\#391] (https://github.com/line/lbm-sdk/pull/391) fix swagger's config path for wasm

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}
},
{
"url": "./tmp-swagger-gen/cosmwasm/wasm/v1/query.swagger.json"
"url": "./tmp-swagger-gen/lbm/wasm/v1/query.swagger.json"
}
]
}
Loading

0 comments on commit d05e357

Please sign in to comment.