diff --git a/internal/interface/controller/rest/history/history.go b/internal/interface/controller/rest/history/history.go index a6878f9..8807d59 100644 --- a/internal/interface/controller/rest/history/history.go +++ b/internal/interface/controller/rest/history/history.go @@ -104,5 +104,5 @@ func (receiver *Controller) SendReport(ctx echo.Context) error { return errors.HTTP(ctx, err) } - return ctx.JSON(http.StatusOK, nil) + return ctx.NoContent(http.StatusOK) }