refactor!(backend): remove check_cmd nonsense
This commit is contained in:
@@ -211,7 +211,6 @@ func main() {
|
||||
jobsGroup.POST("", jobsHandlers.AddJob)
|
||||
jobsGroup.POST("/:id/wait", jobsHandlers.WaitJob)
|
||||
jobsGroup.GET("/metrics", jobsHandlers.GetJobMetrics)
|
||||
jobsGroup.POST("/check_cmd", jobsHandlers.CheckCmd)
|
||||
}
|
||||
|
||||
// Agent registration
|
||||
|
||||
Reference in New Issue
Block a user