Skip to content

Commit

Permalink
cl
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 23, 2025
1 parent 208b36c commit 7a6b995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/docs/swagger-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<script type="module" src="rapidoc-min.js"></script>
</head>
<body>
<rapi-doc spec-url="swagger.yaml" server-url="localhost:1317"> </rapi-doc>
<rapi-doc spec-url="swagger.yaml" server-url="http://localhost:1317">
</rapi-doc>
</body>
</html>
2 changes: 2 additions & 0 deletions server/v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Each entry must include the Github issue reference in the following format:

## [Unreleased]

* [#23486](https://github.com/cosmos/cosmos-sdk/pull/23486) Add `server/v2/api/swagger` server component.

## [v2.0.0-beta.2](https://github.com/cosmos/cosmos-sdk/releases/tag/server/v2.0.0-beta.2)

* [#23411](https://github.com/cosmos/cosmos-sdk/pull/23411) Use only command name in `IsAppRequired()` instead of command usage
Expand Down

0 comments on commit 7a6b995

Please sign in to comment.