fixup! feat(dashboard): add graph stats and vector metrics endpoints

This commit is contained in:
2026-01-11 11:06:17 +00:00
parent 25b98faba1
commit e2193e449d
-1
View File
@@ -594,7 +594,6 @@ func (s *Service) handleGetObservationByID(w http.ResponseWriter, r *http.Reques
writeJSON(w, obs)
}
// handleGraphStats returns graph statistics for the dashboard.
// Uses relation data to compute knowledge graph metrics.
func (s *Service) handleGraphStats(w http.ResponseWriter, r *http.Request) {