compose upgrade

This commit is contained in:
ycc
2023-10-18 11:01:41 +02:00
parent 88c21d1828
commit 153e576827
8 changed files with 40 additions and 17 deletions

View File

@@ -94,7 +94,7 @@ func (u *ScheduleController) CheckSchedule(cron string, duration uint, startDate
// @Param startDate query time.Time true "Start date"
// @Param stopDate query time.Time true "End date"
// @Success 200 {object} []models.ScheduleDB
// @Success 201 Too much elements within the range of dates
// @Success 201 Too many elements within the range of dates
// @Failure 403 Authentication issue
// @Failure 400 Other error. Check the output
// // @Security jwtAPIToken