diff --git a/ingestion/cmd/server/main.go b/ingestion/cmd/server/main.go index 29409aa..01a0dd0 100644 --- a/ingestion/cmd/server/main.go +++ b/ingestion/cmd/server/main.go @@ -73,6 +73,7 @@ func main() { mux.HandleFunc("POST /ingest-path", h.IngestPath) mux.HandleFunc("POST /ingest-raw", h.IngestRaw) mux.HandleFunc("POST /backfill-refs", h.BackfillRefs) + mux.HandleFunc("GET /pass-rate", h.PassRate) mux.Handle("POST /mcp", mcpSrv) addr := ":" + port