可以批量删除同步任务

This commit is contained in:
刘祥超
2021-02-02 20:52:46 +08:00
parent 8b7661d82d
commit b2feb452e0
5 changed files with 92 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ func init() {
GetPost("/listPopup", new(ListPopupAction)).
Post("/check", new(CheckAction)).
Post("/delete", new(DeleteAction)).
Post("/deleteBatch", new(DeleteBatchAction)).
EndAll()
})