mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-05 23:03:55 +00:00
fixup! feat(dashboard): add graph stats and vector metrics endpoints
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user