Add some docs (#198)

This commit is contained in:
Thomas Miceli
2024-01-04 16:45:57 +01:00
parent 4215d7e43b
commit af19268d6f
8 changed files with 148 additions and 6 deletions

View File

@ -18,6 +18,7 @@ func healthcheck(ctx echo.Context) error {
}
return ctx.JSON(httpStatus, map[string]interface{}{
"opengist": "ok",
"database": dbOk,
"time": time.Now().Format(time.RFC3339),
})