remove id field in every form struct, fix cron & ddns db (#11)

This commit is contained in:
UUBulb
2024-11-19 23:34:56 +08:00
committed by GitHub
parent 3efbf9cce1
commit a1bac6e525
4 changed files with 11 additions and 7 deletions

View File

@@ -188,5 +188,6 @@ func batchDeleteCron(c *gin.Context) (any, error) {
}
singleton.OnDeleteCron(cr)
singleton.UpdateCronList()
return nil, nil
}