From da758e64431ee30e51754e06565408cfc77ba40c Mon Sep 17 00:00:00 2001 From: dbampalikis Date: Mon, 6 Mar 2023 09:45:21 +0100 Subject: [PATCH] Change api.go --- cmd/api/api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/api/api.go b/cmd/api/api.go index 58f29809..275e9a0c 100644 --- a/cmd/api/api.go +++ b/cmd/api/api.go @@ -109,6 +109,7 @@ func shutdown() { defer Conf.API.DB.Close() } +// readinessReponse is an endpoint for checking the status of the service func readinessResponse(c *gin.Context) { statusCode := http.StatusOK