Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Change api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dbampalikis committed Mar 6, 2023
1 parent a0383a4 commit da758e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit da758e6

Please sign in to comment.