refactor!(backend): remove check_cmd nonsense

This commit is contained in:
2026-04-05 05:09:14 +03:00
parent 2616669ab1
commit 5ccb752836
2 changed files with 0 additions and 38 deletions
-1
View File
@@ -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