Add swagger-ui to gaiacli rest-server

This commit is contained in:
HaoyangLiu
2018-09-02 20:09:43 +08:00
parent d214952450
commit 79c0bc40c8
27 changed files with 2602 additions and 14 deletions
+1
View File
@@ -18,6 +18,7 @@ import (
slashingcmd "github.com/cosmos/cosmos-sdk/x/slashing/client/cli"
stakecmd "github.com/cosmos/cosmos-sdk/x/stake/client/cli"
_ "github.com/cosmos/cosmos-sdk/client/lcd/statik"
"github.com/cosmos/cosmos-sdk/cmd/gaia/app"
)