upd graph
ci-agent / build (push) Has started running

This commit is contained in:
d3m0k1d
2026-04-05 08:34:04 +03:00
parent 413e31c711
commit e9fdaf8711
5 changed files with 55 additions and 25 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ func main() {
graphView := graphGroup.Group("")
graphView.Use(handlers.RequireView())
{
graphView.GET("", graphHandlers.GetYAML)
graphView.GET("", graphHandlers.GetGraph)
graphView.GET("/order", graphHandlers.StartupOrder)
graphView.GET("/cycle", graphHandlers.CycleCheck)
graphView.GET("/failure", graphHandlers.GetFailureRootCause)