【新增】litessl

【新增】删除历史记录
【调整】批量删除证书
This commit is contained in:
v-me-50
2026-01-13 16:12:29 +08:00
parent 44efcea14a
commit 6c15ae35a1
6 changed files with 98 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ func Register(r *gin.Engine) {
workflow.POST("/get_workflow_history", api.GetWorkflowHistory)
workflow.POST("/get_exec_log", api.GetExecLog)
workflow.POST("/stop", api.StopWorkflow)
workflow.POST("/del_workflow_history", api.DelWorkflowHistory)
}
access := v1.Group("/access")
{