Health API endpoint
This commit is contained in:
@@ -213,3 +213,7 @@ func (q *queryFilter) Pass(msg *message) bool {
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
type apiHealthResponse struct {
|
||||
Healthy bool `json:"healthy"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user