We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80dc0a commit 5fc75ecCopy full SHA for 5fc75ec
app.go
@@ -580,8 +580,7 @@ func (app *SimApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APICon
580
// Register new tendermint queries routes from grpc-gateway.
581
tmservice.RegisterGRPCGatewayRoutes(clientCtx, apiSvr.GRPCGatewayRouter)
582
583
- // Register legacy and grpc-gateway routes for all modules.
584
- ModuleBasics.RegisterRESTRoutes(clientCtx, apiSvr.Router)
+ // Register grpc-gateway routes for all modules.
585
ModuleBasics.RegisterGRPCGatewayRoutes(clientCtx, apiSvr.GRPCGatewayRouter)
586
587
// register swagger API from root so that other applications can override easily
0 commit comments