Skip to content

Commit

Permalink
fix doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty committed Jan 15, 2025
1 parent 3016447 commit aac283b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/v2/api/grpcgateway/doc.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Package grpcgateway provides a custom http mux that utilizes the global gogoproto registry to match
// to create dynamic query handlers.
// Package grpcgateway utilizes the global gogoproto registry to create dynamic query handlers on net/http's mux router.
//
// Header `x-cosmos-block-height` allows you to specify a height for the query.
//
// Requests that do not have a dynamic handler will be routed to the canonical gRPC gateway mux.
// Requests that do not have a dynamic handler registered will be routed to the canonical gRPC gateway mux.
package grpcgateway

0 comments on commit aac283b

Please sign in to comment.