This commit is contained in:
2023-06-18 14:03:06 -04:00
parent 7fc4336397
commit 612feee721
4 changed files with 32 additions and 22 deletions

View File

@@ -18,5 +18,6 @@ import (
// @Router /health/getHealth [get]
func (c *Controller) GetHealth(ctx *gin.Context) {
// Return the health in the response body
ctx.JSON(http.StatusOK, gin.H{"message": "OK"})
ctx.JSON(http.StatusOK, gin.H{"message": "OK"})
}