可以批量删除同步任务

This commit is contained in:
GoEdgeLab
2021-02-02 20:52:46 +08:00
parent aa12405650
commit 8977f4cb7d
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()
})