From 775ab285b75291f7aa9a4c374b75295367513373 Mon Sep 17 00:00:00 2001 From: damocles Date: Wed, 19 Aug 2026 22:27:12 +0200 Subject: [PATCH] swarm-controller: fix stale route reference in snapshot's doc comment --- swarm-controller/src/config_pr.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/swarm-controller/src/config_pr.rs b/swarm-controller/src/config_pr.rs index 8ae79cc8..913b3607 100644 --- a/swarm-controller/src/config_pr.rs +++ b/swarm-controller/src/config_pr.rs @@ -95,9 +95,8 @@ impl ConfigPrCache { /// Every agent with an open PR, per the last successful scan (plus any /// webhook upserts since). The bulk counterpart to [`Self::get`] — for - /// `GET /api/agents/config-prs` (swarm-ui's config-PR table), which needs - /// every agent's status in one round trip rather than one request per - /// agent. + /// `GET /api/config-prs` (swarm-ui's config-PR table), which needs every + /// agent's status in one round trip rather than one request per agent. pub fn snapshot(&self) -> HashMap { self.0 .lock()