mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-07-11 04:21:12 +00:00
feat: add option to disable scalar
This commit is contained in:
@@ -35,6 +35,6 @@ func NewHealthController(i HealthControllerInput) *HealthController {
|
||||
func (controller *HealthController) healthHandler(c *gin.Context) {
|
||||
c.JSON(200, SimpleResponse{
|
||||
Status: 200,
|
||||
Message: "OK",
|
||||
Message: "Healthy",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user