mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-03 12:27:57 +00:00
fix: use int for status in healthcheck cmd
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
type healthzResponse struct {
|
||||
Status string `json:"status"`
|
||||
Status int `json:"status"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user