This commit is contained in:
2023-08-05 15:12:20 -05:00
parent af416e2e73
commit 6f6872eaba
8 changed files with 166 additions and 45 deletions

View File

@@ -14,7 +14,7 @@ import (
// @Accept json
// @Produce application/json
// @Success 200 {object} model.Message "response"
// @failure 400 {object} model.Message "error"
// @failure 400 {object} model.Message "error"
// @Router /health/getHealth [get]
func (c *Controller) GetHealth(ctx *gin.Context) {
ctx.JSON(http.StatusOK, gin.H{"message": "OK"})