mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-08-31 10:33:31 +08:00
wip
This commit is contained in:
@@ -19,7 +19,7 @@ func (controller *HealthController) SetupRoutes() {
|
||||
|
||||
func (controller *HealthController) healthHandler(c *gin.Context) {
|
||||
c.JSON(200, gin.H{
|
||||
"status": "ok",
|
||||
"status": 200,
|
||||
"message": "Healthy",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user