Skip to content

Commit

Permalink
fix(datastore): healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-pad committed Apr 24, 2024
1 parent d63eadf commit 212ca76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/datastore/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ func (s *Datastore) Exec() {
authz.SetAudience("burrito")
log.Infof("starting burrito datastore...")
e := echo.New()
healthz := e.Group("/healthz")
healthz.GET("", handleHealthz)
e.GET("/healthz", handleHealthz)

api := e.Group("/api")
api.Use(middleware.Logger())
Expand Down

0 comments on commit 212ca76

Please sign in to comment.