This commit is contained in:
@@ -50,8 +50,6 @@ func main() {
|
||||
agentsGroup := v1.Group("/agents")
|
||||
{
|
||||
agentsGroup.GET("", agents.List)
|
||||
agentsGroup.GET("/:id", agents.GetByID)
|
||||
agentsGroup.POST("", agents.Create)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user