Skip to content

Commit

Permalink
Update api/api.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zeph Grunschlag <[email protected]>
  • Loading branch information
winder and tzaffi authored Aug 17, 2023
1 parent cd408aa commit c3ee521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func makeHealthHandler(p StatusProvider) func(w http.ResponseWriter, r *http.Req
}
}

// StartServer starts a http server that exposes a health check endpoint.
// StartServer starts an http server that exposes a health check endpoint.
// A callback is returned that can be used to gracefully shutdown the server.
func StartServer(logger *log.Logger, p StatusProvider, address string) (func(ctx context.Context), error) {
mux := http.NewServeMux()
Expand Down

0 comments on commit c3ee521

Please sign in to comment.