Skip to content

Commit

Permalink
fix health check grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Feb 14, 2024
1 parent 9d2c559 commit 68749f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/cmd/blockmeta/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

"github.com/streamingfast/blockmeta-service/server"
"github.com/streamingfast/dauth"
authGRPC "github.com/streamingfast/dauth/grpc"
authNull "github.com/streamingfast/dauth/null"
"github.com/streamingfast/derr"
"github.com/streamingfast/logging"
Expand All @@ -28,6 +29,7 @@ func main() {
ctx := context.Background()

authNull.Register()
authGRPC.Register()

if *sinkServerAddress == "" {
zlog.Error("sink server address is required")
Expand Down

0 comments on commit 68749f7

Please sign in to comment.