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

This commit is contained in:
GoEdgeLab
2023-07-02 17:29:00 +08:00
parent 198139446d
commit 99c930bde7
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()
})