added health routes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
// HealthResponse represents the health check response
|
||||
type HealthResponse struct {
|
||||
Status string `json:"status"`
|
||||
Services map[string]string `json:"services,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user