refactor: helper method for register swagger api (#12955)

* refactor: helper method for register swagger api

* updates swagger.yaml

* `make update-swagger-docs`
This commit is contained in:
Julien Robert
2022-08-18 12:19:27 +02:00
committed by GitHub
parent e397434d9e
commit 72b1a39238
7 changed files with 3334 additions and 45 deletions
-3
View File
@@ -20,9 +20,6 @@ import (
"github.com/cosmos/cosmos-sdk/server/config"
"github.com/cosmos/cosmos-sdk/telemetry"
grpctypes "github.com/cosmos/cosmos-sdk/types/grpc"
// unnamed import of statik for swagger UI support
_ "github.com/cosmos/cosmos-sdk/client/docs/statik"
)
// Server defines the server's API interface.