mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 00:08:29 +02:00
chore(api): remove debug task list endpoint
This commit is contained in:
@@ -58,7 +58,3 @@ func ListRoutes() (map[string]map[string]any, gperr.Error) {
|
||||
func ListMiddlewareTraces() (middleware.Traces, gperr.Error) {
|
||||
return List[middleware.Traces](v1.ListMiddlewareTraces)
|
||||
}
|
||||
|
||||
func DebugListTasks() (map[string]any, gperr.Error) {
|
||||
return List[map[string]any](v1.ListTasks)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user