diff --git a/pkg/api/handlers/times.go b/pkg/api/handlers/times.go index e25102d..5e428d8 100644 --- a/pkg/api/handlers/times.go +++ b/pkg/api/handlers/times.go @@ -472,7 +472,7 @@ func (h *TimesHandler) GetDownloadUrl(ctx *gin.Context) { return } - // Return the time data + // Return the download url ctx.JSON(http.StatusOK, dto.Response[dto.BotDownloadUrl]{ Data: dto.BotDownloadUrl{ Url: info.Url,