docs: add docs for agents list
ci-agent / build (push) Failing after 22s

This commit is contained in:
d3m0k1d
2026-04-03 23:01:59 +03:00
parent 83427193bc
commit 27e82f80f1
5 changed files with 129 additions and 28 deletions
-2
View File
@@ -50,8 +50,6 @@ func main() {
agentsGroup := v1.Group("/agents")
{
agentsGroup.GET("", agents.List)
agentsGroup.GET("/:id", agents.GetByID)
agentsGroup.POST("", agents.Create)
}
}