增加清空节点同步任务、清空DNS同步任务功能

This commit is contained in:
刘祥超
2023-07-02 17:29:00 +08:00
parent 60eef31490
commit 3fa2cdfe44
8 changed files with 81 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ func init() {
Post("/check", new(CheckAction)).
Post("/delete", new(DeleteAction)).
Post("/deleteBatch", new(DeleteBatchAction)).
Post("/deleteAll", new(DeleteAllAction)).
EndAll()
})