diff --git a/pkg/api/handlers/times.go b/pkg/api/handlers/times.go index 40cafa3..6e016d3 100644 --- a/pkg/api/handlers/times.go +++ b/pkg/api/handlers/times.go @@ -323,7 +323,7 @@ func (h *TimesHandler) GetPlacements(ctx *gin.Context) { }) } -// @Summary Get bot download url by time ID +// @Summary Redirect to bot download url by time ID // @Description Get a download url for the bot replay of a time by its ID if it exists // @Tags times // @Security ApiKeyAuth