From e88094d48b523ae74ed51822680ebebff61fd465 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 10 Jul 2026 07:33:12 +0000 Subject: [PATCH] fix(proxy): add coordination_redis routes to component allowlist Co-authored-by: Mateo Wang --- backend/routes/allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/routes/allowlist.py b/backend/routes/allowlist.py index b67f7d421278..02574ca505db 100644 --- a/backend/routes/allowlist.py +++ b/backend/routes/allowlist.py @@ -46,6 +46,7 @@ "/fallback", "/fallbacks", "/cache_settings", + "/coordination_redis/", "/cost_tracking", "/cost/", "/credentials",