Skip to content

Commit

Permalink
register grpc gateway routes
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Nov 6, 2024
1 parent 2b835cf commit 724addb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *r
if err != nil {
panic(err)
}
err = channeltypesv2.RegisterQueryHandlerClient(context.Background(), mux, channeltypesv2.NewQueryClient(clientCtx))
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 724addb

Please sign in to comment.