Skip to content

Commit

Permalink
chore: remove log in keepAlive
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
Ks89 committed Aug 20, 2024
1 parent bf22171 commit 0381106
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ GitHub releases [HERE](https://github.com/home-anthill/api-server/releases)

Versions:

- 20/08/2024 - 1.3.2
- 20/08/2024 - 1.3.1
- 27/07/2024 - 1.3.0
- 08/07/2024 - 1.2.0
Expand Down
1 change: 0 additions & 1 deletion api/keepalive.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func NewKeepAlive(ctx context.Context, logger *zap.SugaredLogger) *KeepAlive {

// GetKeepAlive function
func (handler *KeepAlive) GetKeepAlive(c *gin.Context) {
handler.logger.Info("REST - GET - GetKeepAlive called")
response := models.KeepAlive{}
response.Message = "ok"
c.JSON(http.StatusOK, &response)
Expand Down

0 comments on commit 0381106

Please sign in to comment.